comparison 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
comparison
equal deleted inserted replaced
2135:e94d10d071e4 2136:3ca8f933209d
1 local luanhostDir, nginxConfigDir, user, group = ... 1 local luanhostDir = ...
2 2
3 %> 3 %>
4 proxy_cache_path /usr/local/nginx_cache levels=1:2 keys_zone=nginx_cache:60m max_size=10g inactive=60m use_temp_path=off; 4 proxy_cache_path /usr/local/nginx_cache levels=1:2 keys_zone=nginx_cache:60m max_size=10g inactive=60m use_temp_path=off;
5 server { 5 server {
6 # ensure no other default_server exists! 6 # ensure no other default_server exists!