Merge pull request #1640 from NonSparkly/patch-1

Comment out trailing block ending in production nginx config template
This commit is contained in:
Mouse Reeve 2021-12-05 10:33:33 -08:00 committed by GitHub
commit 8383bc20f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,8 @@ server {
# # redirect http to https
# return 301 https://your-domain.com$request_uri;
# }
}
#
# server {
# listen [::]:443 ssl http2;
@ -54,7 +55,7 @@ server {
# location /static/ {
# alias /app/static/;
# }
}
# }
# Reverse-Proxy server
# server {