mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Nginx: Bug fixes in lfs file.
This commit is contained in:
@@ -15,9 +15,9 @@ etc/nginx/uwsgi_params
|
||||
etc/nginx/uwsgi_params.default
|
||||
etc/nginx/win-utf
|
||||
usr/nginx
|
||||
usr/nginx/html
|
||||
usr/nginx/html/50x.html
|
||||
usr/nginx/html/index.html
|
||||
usr/share/nginx/html
|
||||
usr/share/nginx/html/50x.html
|
||||
usr/share/nginx/html/index.html
|
||||
usr/sbin/nginx
|
||||
var/log/nginx
|
||||
var/spool/nginx
|
||||
|
||||
@@ -78,7 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && tar xvf $(DIR_SRC)/cache/nginx_tcp_proxy_module.tar.bz2 -C $(DIR_APP)
|
||||
cd $(DIR_APP) && patch -p1 < nginx_tcp_proxy_module/tcp.patch
|
||||
cd $(DIR_APP) && ./configure \
|
||||
--prefix=/usr/nginx/ \
|
||||
--prefix=/usr/share/nginx/ \
|
||||
--conf-path=/etc/nginx/nginx.conf \
|
||||
--sbin-path=/usr/sbin/nginx \
|
||||
--pid-path=/var/run/nginx.pid \
|
||||
|
||||
Reference in New Issue
Block a user