argos/dmp-frontend/nginx-custom.conf

8 lines
149 B
Plaintext
Raw Normal View History

2018-06-27 12:29:21 +02:00
server {
listen 80;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html =404;
}
}