live aalai.ai-1

This commit is contained in:
2025-07-01 13:21:59 +00:00
parent 3ef2ed82a8
commit aebefca033
2 changed files with 2 additions and 2 deletions

View File

@@ -11,6 +11,6 @@ services:
stdin_open: true stdin_open: true
tty: true tty: true
ports: ports:
- "80:80" - "8300:80"
volumes: volumes:
- ./app:/app - ./app:/app

View File

@@ -3,7 +3,7 @@ server {
server_name aalai.ai www.aalai.ai; server_name aalai.ai www.aalai.ai;
location / { location / {
proxy_pass http://127.0.0.1:80; proxy_pass http://127.0.0.1:8300;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade'; proxy_set_header Connection 'upgrade';