diff --git a/default.conf b/default.conf index 3256d35..4f67a43 100644 --- a/default.conf +++ b/default.conf @@ -25,4 +25,4 @@ server { location / { try_files $uri $uri/ =404; } -} \ No newline at end of file +} diff --git a/http/404.html b/http/404.html index 7ee00ee..9348364 100644 --- a/http/404.html +++ b/http/404.html @@ -92,4 +92,4 @@ Return to Home - \ No newline at end of file + diff --git a/http/50x.html b/http/50x.html index 038a008..c18cb3d 100644 --- a/http/50x.html +++ b/http/50x.html @@ -175,4 +175,4 @@ - \ No newline at end of file + diff --git a/http/index.html b/http/index.html index f648da7..6a35496 100644 --- a/http/index.html +++ b/http/index.html @@ -95,4 +95,4 @@ - \ No newline at end of file + diff --git a/http/nik4nao-xyz-landing.html b/http/nik4nao-xyz-landing.html index 58f8538..52d23be 100644 --- a/http/nik4nao-xyz-landing.html +++ b/http/nik4nao-xyz-landing.html @@ -110,4 +110,4 @@ - \ No newline at end of file + diff --git a/nik4nao.home.arpa.conf b/nik4nao.home.arpa.conf index 00de8d1..83a4b68 100644 --- a/nik4nao.home.arpa.conf +++ b/nik4nao.home.arpa.conf @@ -70,15 +70,15 @@ server { # redirect /watch-party -> /watch-party/ location = /watch-party { return 302 /watch-party/; } - + # proxy ONLY /watch-party/*, keeping the prefix location ^~ /watch-party/ { proxy_pass http://watchparty_upstream; # ← no trailing slash (preserve /watch-party) include snippets/proxy-common.conf; - + proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Prefix /watch-party; - + # For Vite HMR / websockets proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; diff --git a/nik4nao.xyz.conf b/nik4nao.xyz.conf index feec91b..ffeeb34 100644 --- a/nik4nao.xyz.conf +++ b/nik4nao.xyz.conf @@ -133,4 +133,4 @@ server { location / { return 404; } -} \ No newline at end of file +} diff --git a/proxy-common.conf b/proxy-common.conf index e2fcbca..d8a7f9a 100644 --- a/proxy-common.conf +++ b/proxy-common.conf @@ -15,4 +15,4 @@ proxy_send_timeout 600; send_timeout 600; # Don’t cache proxied errors by mistake -proxy_buffering off; \ No newline at end of file +proxy_buffering off; diff --git a/prv-api.nik4nao.xyz.conf b/prv-api.nik4nao.xyz.conf index 139b8f8..ea591b5 100644 --- a/prv-api.nik4nao.xyz.conf +++ b/prv-api.nik4nao.xyz.conf @@ -32,4 +32,4 @@ server { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; } -} \ No newline at end of file +} diff --git a/robots.txt b/robots.txt index 3f14a8f..4b507c1 100644 --- a/robots.txt +++ b/robots.txt @@ -1,4 +1,3 @@ -# Block everything by default User-agent: * Disallow: / User-agent: GPTBot @@ -16,4 +15,4 @@ Disallow: / User-agent: Google-Extended Disallow: / User-agent: Applebot-Extended -Disallow: / \ No newline at end of file +Disallow: / diff --git a/upstreams.conf b/upstreams.conf index 4da6538..7ad3f86 100644 --- a/upstreams.conf +++ b/upstreams.conf @@ -29,4 +29,3 @@ upstream djellyfin_upstream { server 127.0.0.1:8096; keepalive 32; } -