mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
AAE-4023 return 200 on root regardless of BASE_PATH (#1837)
This commit is contained in:
parent
e94f3d9e3f
commit
86ba948554
@ -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} {
|
||||
|
Loading…
x
Reference in New Issue
Block a user