summaryrefslogtreecommitdiff
path: root/playbooks.d/webserver-nginx/share/sites.d/https/nl.tyil.tv
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-01-02 13:21:52 +0100
committerPatrick Spek <p.spek@tyil.nl>2023-01-02 13:21:52 +0100
commit011ab93402d7a3fbba4f7dd08216ab9acaa6d330 (patch)
tree66ce4ef90406af9cc3c7e0a144329a8c93f8bffa /playbooks.d/webserver-nginx/share/sites.d/https/nl.tyil.tv
parentea1cfe9c836a8f458a24cf047342b4e04727788a (diff)
Update nginx hosts for servarr relocation
Diffstat (limited to 'playbooks.d/webserver-nginx/share/sites.d/https/nl.tyil.tv')
-rw-r--r--playbooks.d/webserver-nginx/share/sites.d/https/nl.tyil.tv6
1 files changed, 3 insertions, 3 deletions
diff --git a/playbooks.d/webserver-nginx/share/sites.d/https/nl.tyil.tv b/playbooks.d/webserver-nginx/share/sites.d/https/nl.tyil.tv
index e91a392..3107d07 100644
--- a/playbooks.d/webserver-nginx/share/sites.d/https/nl.tyil.tv
+++ b/playbooks.d/webserver-nginx/share/sites.d/https/nl.tyil.tv
@@ -27,7 +27,7 @@ server {
proxy_buffering off;
- proxy_pass http://127.0.0.1:8096;
+ proxy_pass http://172.31.0.1:1025;
}
location = /web/ {
@@ -38,7 +38,7 @@ server {
proxy_set_header X-Forwarded-Protocol $scheme;
proxy_set_header X-Forwarded-Host $http_host;
- proxy_pass http://127.0.0.1:8096/web/index.html;
+ proxy_pass http://172.31.0.1:1025/web/index.html;
}
location /socket {
@@ -53,6 +53,6 @@ server {
proxy_http_version 1.1;
- proxy_pass http://127.0.0.1:8096;
+ proxy_pass http://172.31.0.1:1025;
}
}