forked from vikunja/blog
Fix nginx config again
This commit is contained in:
parent
90c0c4ab98
commit
99be0848a5
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user