Mercurial Hosting > hghosting
view nginx.default.conf @ 7:46f6b69e8b10
better handling of missing mail_info
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 03 Jun 2022 09:57:45 -0600 |
parents | dfc36e7ed22c |
children | bbafc54bbd26 |
line wrap: on
line source
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; }