AAE-4023 return 200 on root regardless of BASE_PATH (#1837)

This commit is contained in:
Marcello Teodori
2020-11-30 13:26:55 +01:00
committed by GitHub
parent e94f3d9e3f
commit 86ba948554
+1
View File
@@ -5,6 +5,7 @@ server {
#charset koi8-r;
#access_log /var/log/nginx/host.access.log main;
root /usr/share/nginx/html;
rewrite ^([^.]*[^/])$ $1/ permanent;
location ${BASE_PATH} {