Mercurial Hosting > hghosting
diff nginx.default.conf @ 0:dfc36e7ed22c
init
author | Vadim Filimonov <fffilimonov@yandex.ru> |
---|---|
date | Thu, 12 May 2022 13:51:59 +0400 |
parents | |
children | bbafc54bbd26 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nginx.default.conf Thu May 12 13:51:59 2022 +0400 @@ -0,0 +1,10 @@ + client_max_body_size 0; + proxy_http_version 1.1; + proxy_set_header Host $http_host; + proxy_set_header X-Forwarded-Proto $scheme; + proxy_set_header X-Real-IP $remote_addr; + charset utf-8; + + location / { + proxy_pass http://127.0.0.1:8080; + }