mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
Update organizr.subfolder.conf.sample
Reordering to keep in line with other samples
This commit is contained in:
parent
19b101cafd
commit
434f536846
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue