actualizo config nginx

This commit is contained in:
2019-08-28 10:17:56 -03:00
parent 5b0ef38aad
commit 003e1c0cd4
2 changed files with 2 additions and 4 deletions

View File

@@ -70,6 +70,8 @@
location {{ wordpress_web_root }} {
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://{{ wordpress_container }};
}
}