Fixes to sunwell and minor improvements
This commit is contained in:
@@ -1090,7 +1090,7 @@ objs/nginx.8: man/nginx.8 objs/ngx_auto_config.h
|
||||
sed -e "s|%%PREFIX%%|/usr/local/nginx|" \
|
||||
-e "s|%%PID_PATH%%|/usr/local/nginx/logs/nginx.pid|" \
|
||||
-e "s|%%CONF_PATH%%|/usr/local/nginx/conf/nginx.conf|" \
|
||||
-e "s|%%ERROR_LOG_PATH%%|/usr/local/nginx/logs/error.log|" \
|
||||
-e "s|%%ERROR_LOG_PATH%%|/app/hm_log/hm_web_nginx_20240301_103609.log|" \
|
||||
< man/nginx.8 > $@
|
||||
|
||||
install: objs/nginx
|
||||
@@ -1130,4 +1130,4 @@ install: objs/nginx
|
||||
|
||||
test -d '$(DESTDIR)/usr/local/nginx/html' || cp -R html '$(DESTDIR)/usr/local/nginx'
|
||||
|
||||
test -d '$(DESTDIR)/usr/local/nginx/logs' || mkdir -p '$(DESTDIR)/usr/local/nginx/logs'
|
||||
test -d '$(DESTDIR)/app/hm_log' || mkdir -p '$(DESTDIR)/app/hm_log'
|
||||
|
||||
Reference in New Issue
Block a user