diff --git a/nginx.conf b/nginx.conf index d41fac0..708c9de 100644 --- a/nginx.conf +++ b/nginx.conf @@ -48,13 +48,13 @@ http { listen 80; listen 81 default_server http2 proxy_protocol; ## Needed when behind HAProxy with SSL termination + HTTP/2 support - server_name vikunja.io; + server_name localhost; expires $expires; charset utf-8; - location /blog/ { + location / { root /usr/share/nginx/html; index index.html index.htm; }