changeset 2135:e94d10d071e4 default tip

change sed command to not conflict with hghost
author Violet7
date Fri, 16 Jan 2026 18:15:14 -0800
parents de3107eb911f
children
files host/doc/install.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/host/doc/install.txt	Fri Jan 16 17:59:40 2026 -0800
+++ b/host/doc/install.txt	Fri Jan 16 18:15:14 2026 -0800
@@ -40,8 +40,8 @@
 
    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 8090 and creates a backup with .bak
-   sed -i.bak -E 's/listen[[:space:]]+8080/listen    8090/g' /usr/local/etc/nginx/nginx.conf
+   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