Mercurial Hosting > hghosting
view nginx.conf @ 24:f9a4e674de75
add lang
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Fri, 02 May 2025 11:13:52 -0600 |
| parents | bbafc54bbd26 |
| children | d3b72a8bfbe9 |
line wrap: on
line source
worker_processes 4; events { worker_connections 4096; } http { include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeout 65; resolver 8.8.8.8 1.1.1.1 valid=600s; resolver_timeout 10s; access_log off; error_log off; server { listen 80; include nginx.default.conf; include config/nginx.custom.*.conf; include config/nginx.conf; } include config/nginx.ssl.*.conf; }
