remove nginx config

This commit is contained in:
Trey t
2025-11-27 23:56:54 -06:00
parent 8504e08b2e
commit 7fa2610fd0

View File

@@ -1,11 +0,0 @@
location /admin {
proxy_pass http://127.0.0.1:3000;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_cache_bypass $http_upgrade;
}