diff --git a/nginx/default.conf b/nginx/default.conf index 9647afc..ecad836 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -1,13 +1,9 @@ server { listen 80; - server_name localhost; + server_name racemash.maciejpedzi.ch; root /usr/share/nginx/html; index index.html index.htm; - location /images { - root /usr/share/nginx/html/images; - } - location / { try_files $uri $uri/ /index.html; }