Skip to content

Commit 6fa603a

Browse files
committed
Update proxy.conf.template
1 parent fe7d350 commit 6fa603a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/templates/proxy.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ server {
5959
# Mitigate httpoxy attack
6060
proxy_set_header Proxy "";
6161

62-
rewrite ^([^.]*[^/])$ $1/ permanent;
62+
rewrite ^(/administrator)$ $1/ permanent;
6363
}
6464
#
6565
# deny access to .htaccess vb. files, if Apache's document root

0 commit comments

Comments
 (0)