This commit is contained in:
Stefan Wieczorek
2022-09-20 18:06:36 +02:00
parent 3ecc1dcf51
commit 5c0d1ecfb8

View File

@@ -56,7 +56,7 @@ server {
{{settings}}
location ~/wp-admin/ {
location ~/(wp-admin/|wp-login.php) {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Host $http_host;