From 608bf2c0cc4fa0c535d5792021ba988a9fe3060b Mon Sep 17 00:00:00 2001 From: aetos Date: Tue, 23 Sep 2025 10:53:38 +0000 Subject: [PATCH] Update nginx.conf --- nginx.conf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nginx.conf b/nginx.conf index 1ea9318..397434a 100644 --- a/nginx.conf +++ b/nginx.conf @@ -5,13 +5,6 @@ server { listen 80; server_name www.aetoskia.com; -# root /usr/share/nginx/html; -# index index.html; - -# location / { -# try_files $uri /index.html; -# } - location / { proxy_pass http://private-pi:3001/; proxy_set_header Host $host; @@ -19,7 +12,6 @@ server { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; - # WebSocket support (needed for qBittorrent WebUI) proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade";