From a5acc5b429c3b568180c9ff88a173f19978097c9 Mon Sep 17 00:00:00 2001 From: pblonde Date: Fri, 17 Jul 2020 12:42:00 +0000 Subject: [PATCH] =?UTF-8?q?Transf=C3=A9rer=20les=20fichiers=20vers=20'ngin?= =?UTF-8?q?x'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/bookstack.auxilife.eu | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 nginx/bookstack.auxilife.eu 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