This commit is contained in:
Stefan Wieczorek
2022-11-07 16:53:34 +01:00
parent 803312b46b
commit fbef17b592

View File

@@ -50,6 +50,10 @@ server {
{{settings}}
location ~/\.git {
deny all;
}
location ~/(wp-admin/|wp-login.php) {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr;