Update nginx.conf

Fixed the incorrect port, added a comment
This commit is contained in:
3n8 2021-01-19 09:42:17 +01:00 committed by GitHub
parent 3b237b8953
commit e521aeba76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,16 +118,19 @@ http {
# } # }
#} #}
# # Enable this to forward a non http/ssl port
# # In this example the znc irc port
#stream { #stream {
# #
# upstream znc { # upstream znc {
# server znc:6502; # server znc:6501;
# } # }
# #
# server { # server {
# #
# listen 6502 ssl; # listen 6501 ssl;
# listen [::]:6502 ssl; # listen [::]:6501 ssl;
# #
# # Certificates # # Certificates
# ssl_certificate /config/keys/letsencrypt/fullchain.pem; # ssl_certificate /config/keys/letsencrypt/fullchain.pem;