initial ombi setup

This commit is contained in:
kjeld Schouten-Lebbing
2020-03-02 23:50:12 +01:00
parent 65bd3805c9
commit fbe7ce58ab
3 changed files with 79 additions and 2 deletions

View File

@ -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;