Update nginx.conf
Fixed the incorrect port, added a comment
This commit is contained in:
parent
3b237b8953
commit
e521aeba76
@ -118,16 +118,19 @@ http {
|
||||
# }
|
||||
#}
|
||||
|
||||
|
||||
# # Enable this to forward a non http/ssl port
|
||||
# # In this example the znc irc port
|
||||
#stream {
|
||||
#
|
||||
# upstream znc {
|
||||
# server znc:6502;
|
||||
# server znc:6501;
|
||||
# }
|
||||
#
|
||||
# server {
|
||||
#
|
||||
# listen 6502 ssl;
|
||||
# listen [::]:6502 ssl;
|
||||
# listen 6501 ssl;
|
||||
# listen [::]:6501 ssl;
|
||||
#
|
||||
# # Certificates
|
||||
# ssl_certificate /config/keys/letsencrypt/fullchain.pem;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user