diff --git a/nginx/bookstack.auxilife.eu b/nginx/bookstack.auxilife.eu new file mode 100644 index 0000000..e3ab2b5 --- /dev/null +++ b/nginx/bookstack.auxilife.eu @@ -0,0 +1,17 @@ + server { + server_name bookstack.auxilife.eu; + + location / { + proxy_pass http://127.0.0.1:6865; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header Host $host; + } + + } + + server { + if ($host = bookstack.auxilife.eu) { + + listen 80; + + } \ No newline at end of file