feat: add production landing page service and remove Caddy in favor of external reverse proxy configuration

This commit is contained in:
2026-04-03 19:54:32 +02:00
parent c13eb331be
commit 0eca9a101f
6 changed files with 35 additions and 50 deletions

View File

@@ -17,7 +17,7 @@ server {
ssl_ciphers HIGH:!aNULL:!MD5;
location / {
proxy_pass http://app:3000;
proxy_pass http://app:3000;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';