Files
iddaai-be/iddaai.com.conf
T
fahricansecer 7814e0bc6b
Deploy Iddaai Backend / build-and-deploy (push) Failing after 4s
first (part 1: root files)
2026-04-16 15:09:10 +03:00

14 lines
341 B
Plaintext

server {
listen 80;
server_name iddaai.com www.iddaai.com;
location / {
proxy_pass http://127.0.0.1:1510;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
}
}