mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-27 20:11:14 +00:00
Merge pull request #1640 from NonSparkly/patch-1
Comment out trailing block ending in production nginx config template
This commit is contained in:
commit
8383bc20f5
1 changed files with 3 additions and 2 deletions
|
@ -17,7 +17,8 @@ server {
|
||||||
|
|
||||||
# # redirect http to https
|
# # redirect http to https
|
||||||
# return 301 https://your-domain.com$request_uri;
|
# return 301 https://your-domain.com$request_uri;
|
||||||
# }
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# server {
|
# server {
|
||||||
# listen [::]:443 ssl http2;
|
# listen [::]:443 ssl http2;
|
||||||
|
@ -54,7 +55,7 @@ server {
|
||||||
# location /static/ {
|
# location /static/ {
|
||||||
# alias /app/static/;
|
# alias /app/static/;
|
||||||
# }
|
# }
|
||||||
}
|
# }
|
||||||
|
|
||||||
# Reverse-Proxy server
|
# Reverse-Proxy server
|
||||||
# server {
|
# server {
|
||||||
|
|
Loading…
Reference in a new issue