Fix Nginx config
This commit is contained in:
parent
c98abb2650
commit
67dfb8f7cf
@ -10,6 +10,8 @@ http {
|
|||||||
server {{ env "STACK_NAME" }}_front:8080;
|
server {{ env "STACK_NAME" }}_front:8080;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
server_name {{ env "DOMAIN" }};
|
server_name {{ env "DOMAIN" }};
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
@ -22,4 +24,5 @@ http {
|
|||||||
alias /opt/mailman/web/static/;
|
alias /opt/mailman/web/static/;
|
||||||
autoindex off;
|
autoindex off;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user