Fix nginx config again
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-04-25 20:16:07 +02:00
parent 90c0c4ab98
commit 99be0848a5
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}