Mercurial Hosting > luan
changeset 2138:5cf7c6b1dec9 nginx_decoupled
minor fix
| author | Violet7 |
|---|---|
| date | Mon, 19 Jan 2026 20:27:02 -0800 |
| parents | 67b504ba388c |
| children | 68b055359b2b |
| files | host/nginx_common.sh |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
diff -r 67b504ba388c -r 5cf7c6b1dec9 host/nginx_common.sh --- a/host/nginx_common.sh Mon Jan 19 20:20:03 2026 -0800 +++ b/host/nginx_common.sh Mon Jan 19 20:27:02 2026 -0800 @@ -7,7 +7,7 @@ export NGINX_LOG_DIR="$NGINX_ROOT_CONFIG_DIR/log" export NGINX_PID_DIR="$NGINX_ROOT_CONFIG_DIR" export NGINX_USER="$(whoami)" -export NGINX_GROUP"$(id -gn)" +export NGINX_GROUP="$(id -gn)" # -p makes this succeed if the path exists on macos # on linux, mkdir always suceeds if path exists
