mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-02-05 11:26:32 +08:00
Update organizr.subfolder.conf.sample
Reordering to keep in line with other samples
This commit is contained in:
parent
19b101cafd
commit
434f536846
@ -10,13 +10,14 @@ location ^~ / {
|
||||
#error_page 401 =200 /login;
|
||||
|
||||
include /config/nginx/proxy.conf;
|
||||
proxy_intercept_errors on;
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
set $upstream_app organizr;
|
||||
set $upstream_port 80;
|
||||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
proxy_intercept_errors on;
|
||||
|
||||
}
|
||||
|
||||
# Optional redirect server errors to organizr error pages
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user