From b4e2de73fe4bdb68c207ce5ff3b8342c9fe727fd Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Mon, 5 Feb 2018 21:38:27 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index e13a7fa..8ef93a2 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -36,3 +36,6 @@ rewrite ^/$ https://__DOMAIN__/loleaflet/dist/admin/admin.html permanent; proxy_pass http://localhost:9980; proxy_set_header Host $http_host; } + + +}