Explorar el Código

Update nginx documentation

Samuel Mutel hace 6 años
padre
commit
73b35e72d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/installation/3-http-daemon.md

+ 1 - 1
docs/installation/3-http-daemon.md

@@ -29,7 +29,7 @@ server {
 
     location / {
         proxy_pass http://127.0.0.1:8001;
-        proxy_set_header X-Forwarded-Host $server_name;
+        proxy_set_header X-Forwarded-Host $http_host;
         proxy_set_header X-Real-IP $remote_addr;
         proxy_set_header X-Forwarded-Proto $scheme;
     }