feat: add nginx config

pull/22036/head
Novice 12 months ago
parent beef679798
commit f3c924201a

@ -39,7 +39,10 @@ server {
proxy_pass http://web:3000;
include proxy.conf;
}
location /mcp {
proxy_pass http://api:5001;
include proxy.conf;
}
# placeholder for acme challenge location
${ACME_CHALLENGE_LOCATION}

Loading…
Cancel
Save