custom HTTP and HTTPS ports

This commit is contained in:
bunkerity
2020-11-06 17:11:27 +01:00
parent 4a07eca696
commit 761c14a0b8
3 changed files with 10 additions and 7 deletions

View File

@@ -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%;