Mercurial Hosting > luan
diff host/startup/nginx/nginx.conf.luan @ 2136:3ca8f933209d nginx_decoupled
Initial; use ~/.nginx-luan/ as nginx master conf dir instead of trying to detect the system default.
| author | Violet7 |
|---|---|
| date | Mon, 19 Jan 2026 19:47:11 -0800 |
| parents | de3107eb911f |
| children |
line wrap: on
line diff
--- a/host/startup/nginx/nginx.conf.luan Fri Jan 16 18:15:14 2026 -0800 +++ b/host/startup/nginx/nginx.conf.luan Mon Jan 19 19:47:11 2026 -0800 @@ -1,4 +1,4 @@ -local luanhostDir, nginxConfigDir, user, group = ... +local luanhostDir = ... %> proxy_cache_path /usr/local/nginx_cache levels=1:2 keys_zone=nginx_cache:60m max_size=10g inactive=60m use_temp_path=off;
