mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-15 04:46:20 +02:00
remove dupe config that errors in nginx 1.20
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## Version 2021/05/18
|
||||
## Version 2021/07/08
|
||||
# Make sure you are using a subfolder in your ghost config file. https://ghost.org/docs/concepts/config/#url
|
||||
# Note: /ghost/ is by default used for the admin page. See https://ghost.org/docs/concepts/config/#admin-url
|
||||
|
||||
@@ -11,8 +11,8 @@ location /blog {
|
||||
#auth_request /auth;
|
||||
#error_page 401 =200 /ldaplogin;
|
||||
|
||||
# enable for Authelia, also enable authelia-server.conf in the default site config
|
||||
#include /config/nginx/authelia-location.conf;
|
||||
# enable for Authelia, also enable authelia-server.conf in the default site config
|
||||
#include /config/nginx/authelia-location.conf;
|
||||
|
||||
include /config/nginx/proxy.conf;
|
||||
include /config/nginx/resolver.conf;
|
||||
@@ -21,5 +21,4 @@ location /blog {
|
||||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
proxy_redirect off;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user