Fix Nginx config

This commit is contained in:
decentral1se 2021-05-14 16:59:40 +02:00
parent c98abb2650
commit 67dfb8f7cf
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A

View File

@ -10,6 +10,8 @@ http {
server {{ env "STACK_NAME" }}_front:8080;
}
server {
listen 80;
server_name {{ env "DOMAIN" }};
location / {
@ -23,3 +25,4 @@ http {
autoindex off;
}
}
}