diff host/doc/install.txt @ 2133:c3b4c19f2d8a

attempt to autodetect and use nginx confs dir
author Violet7
date Fri, 16 Jan 2026 17:29:05 -0800
parents aaf2795f4ed8
children e94d10d071e4
line wrap: on
line diff
--- a/host/doc/install.txt	Fri Jan 16 16:56:38 2026 -0800
+++ b/host/doc/install.txt	Fri Jan 16 17:29:05 2026 -0800
@@ -34,9 +34,6 @@
    nginx config can exist in many places, on old macOS it is usually /usr/local/etc/nginx/nginx.conf
    can also exist at /usr/local/nginx/conf/nginx.conf or /etc/nginx/nginx.conf
 
-   add this line at the bottom of the `http` block, after `include servers/*` or `include conf.d/*` or similar
-   include /Users/administrator/luan/host/local/nginx.conf;
-
    if nginx provides a default server, it conflicts with the luanhost one. remove or disable it.
    on old macOS this usually does not exist and this step is not needed
    sudo rm -r /etc/nginx/sites-enabled/default