We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97cf0db commit 57990aeCopy full SHA for 57990ae
proxy/templates/proxy.conf.template
@@ -60,10 +60,9 @@ server {
60
proxy_request_buffering off;
61
#
62
# Mitigate httpoxy attack
63
- proxy_set_header Proxy "";
64
- }
65
- location /wp-admin/ {
66
- try_files $uri /wp-admin/index.php$is_args$args;
+ proxy_set_header Proxy "";
+
+ rewrite ^([^.]*[^/])$ $1/ permanent;
67
}
68
69
# deny access to .htaccess vb. files, if Apache's document root
0 commit comments