We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640e492 commit 372fe63Copy full SHA for 372fe63
infra/nginx/bcsd-api.conf
@@ -22,7 +22,7 @@ upstream frontend {
22
# --- HTTP: ACME + redirect ---
23
server {
24
listen 80;
25
- server_name api.bcsdlab.com n8n.bcsdlab.com internal.bcsdlab.com stage.bcsdlab.com;
+ server_name api.bcsdlab.com n8n.bcsdlab.com stage.bcsdlab.com ;
26
27
location /.well-known/acme-challenge/ {
28
root /var/www/certbot;
@@ -76,7 +76,7 @@ server {
76
# --- HTTPS: Frontend (internal.bcsdlab.com) ---
77
78
listen 443 ssl http2;
79
- server_name internal.bcsdlab.com stage.bcsdlab.com;
+ server_name stage.bcsdlab.com;
80
81
ssl_certificate /etc/letsencrypt/live/bcsdlab.com/fullchain.pem;
82
ssl_certificate_key /etc/letsencrypt/live/bcsdlab.com/privkey.pem;
0 commit comments