fix: env var

This commit is contained in:
Mohamed Marrouchi
2024-09-13 09:38:49 +01:00
parent 85d42f3908
commit 6955a09536
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
server {
listen 80;
server_name $APP_DOMAIN;
server_name ${APP_DOMAIN};
server_tokens off;
client_max_body_size 20M;