custom HTTP and HTTPS ports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
listen 0.0.0.0:8443 ssl %HTTP2%;
|
||||
listen 0.0.0.0:%HTTPS_PORT% ssl %HTTP2%;
|
||||
ssl_certificate %HTTPS_CERT%;
|
||||
ssl_certificate_key %HTTPS_KEY%;
|
||||
ssl_protocols %HTTPS_PROTOCOLS%;
|
||||
|
||||
Reference in New Issue
Block a user