2025-07-01 07:44:12 +00:00
|
|
|
server {
|
2025-07-01 14:03:16 +05:30
|
|
|
listen 80;
|
2025-07-01 11:17:01 +00:00
|
|
|
server_name aalai.ai www.aalai.ai 185.100.212.76;
|
2025-07-01 07:44:12 +00:00
|
|
|
|
|
|
|
|
location / {
|
2025-07-01 12:07:21 +00:00
|
|
|
proxy_pass http://frontend:8300;
|
2025-07-01 07:44:12 +00:00
|
|
|
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;
|
|
|
|
|
}
|
2025-07-01 14:03:16 +05:30
|
|
|
|
|
|
|
|
|
2025-06-10 15:28:23 +05:30
|
|
|
}
|