changeset 2144:1a265803588a nginx_decoupled

update install docs
author Violet7
date Mon, 19 Jan 2026 22:01:32 -0800
parents 0146b4739434
children 2b498e7f6d9e
files host/doc/install.txt
diffstat 1 files changed, 1 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/host/doc/install.txt	Mon Jan 19 21:06:31 2026 -0800
+++ b/host/doc/install.txt	Mon Jan 19 22:01:32 2026 -0800
@@ -30,20 +30,7 @@
 7) compile
   ./update.sh
 
-8) Configure nginx
-   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
-
-   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
-
-   if nginx has a server listening on 8080, it will conflict with luanhost
-   either remove it or tell it to listen on some other port
-   this command replaces 8080 with 9876 and creates a backup with .bak
-   sed -i.bak -E 's/listen[[:space:]]+8080/listen    9876/g' /usr/local/etc/nginx/nginx.conf
-
-9) open in browser http://me.luan.software:8080
+8) open in browser http://me.luan.software:8080
 
 Install on production/test machine:
 1 - 7 same