remove dupe config that errors in nginx 1.20

This commit is contained in:
aptalca 2021-07-08 10:37:20 -04:00
commit c9ee2b7a26
8 changed files with 10 additions and 18 deletions

View file

@ -1,4 +1,4 @@
## Version 2021/05/18
## Version 2021/07/08
# make sure that your dns has a cname set for ghost and that your ghost config is not using a subdirectory.
server {
@ -36,6 +36,5 @@ server {
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
proxy_redirect off;
}
}