Archived
1
0

🏗️」 wip: Added prodution option for CD

This commit is contained in:
2025-02-07 14:48:34 +01:00
parent 13586ceb1a
commit 0aef0328c1
3 changed files with 36 additions and 12 deletions

View File

@ -1,7 +1,7 @@
server {
listen 443 ssl;
server_name adjoly.42.fr www.adjoly.42.fr;
server_name $NGINX_EXPOSED_HOSTS;
root /var/www/html;
index index.php;