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