initial ombi setup
This commit is contained in:
@ -115,10 +115,10 @@ location /tautulli/ {
|
||||
proxy_redirect off;
|
||||
}
|
||||
|
||||
location /ombi {
|
||||
location /ombi/ {
|
||||
auth_request /auth-4;
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
proxy_pass https://127.0.0.1:5000/ombi/;
|
||||
proxy_pass https://192.168.31.27:3579/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection keep-alive;
|
||||
|
Reference in New Issue
Block a user