mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-26 14:45:42 +03:00
Update script.txt
This commit is contained in:
parent
1038dbc52c
commit
c4c3d9cd15
@ -1,4 +1,4 @@
|
|||||||
zlibc zlib1g zlib1g-dev libssl-dev libxml2-dev libxslt-dev libgd-dev libpcre3-dev libgeoip-dev libkrb5-dev libperl-dev krb5-user samba luajit liblua5.1-0-dev libmaxminddb-dev libpam0g-dev libldap2-dev libavformat-dev libavfilter-dev libswscale-dev libavcodec-dev libz-dev libgd-dev libhiredis-dev libzip-dev
|
zlibc zlib1g zlib1g-dev libssl-dev libxml2-dev libxslt-dev libgd-dev libpcre3-dev libgeoip-dev libkrb5-dev libperl-dev krb5-user samba luajit liblua5.1-0-dev libmaxminddb-dev libpam0g-dev libldap2-dev libavformat-dev libavfilter-dev libswscale-dev libavcodec-dev libz-dev libgd-dev libhiredis-dev libzip-dev libcrypto++-dev libbz2-dev
|
||||||
|
|
||||||
wget -qO - http://nginx.org/download/nginx-1.17.3.tar.gz | tar zxv
|
wget -qO - http://nginx.org/download/nginx-1.17.3.tar.gz | tar zxv
|
||||||
|
|
||||||
@ -64,8 +64,8 @@ git clone https://github.com/wandenberg/nginx-selective-cache-purge-module.git h
|
|||||||
--http-proxy-temp-path=/var/lib/nginx/proxy \
|
--http-proxy-temp-path=/var/lib/nginx/proxy \
|
||||||
--http-scgi-temp-path=/var/lib/nginx/scgi \
|
--http-scgi-temp-path=/var/lib/nginx/scgi \
|
||||||
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
|
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
|
||||||
--with-cc-opt='-g -O2 -fstack-protector-strong -Wformat -Wno-error=cast-function-type -Wno-error=format-security -Wno-error=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-result -fPIC -Wdate-time -D_FORTIFY_SOURCE=2' \
|
--with-cc-opt='-g -O2 -lz -fstack-protector-strong -Wformat -Wno-error=cast-function-type -Wno-error=format-security -Wno-error=implicit-function-declaration -Wno-error=deprecated-declarations -Wno-error=unused-result -fPIC -Wdate-time -D_FORTIFY_SOURCE=2' \
|
||||||
--with-ld-opt='-Wl,-z,relro -Wl,-z,now -fPIC' \
|
--with-ld-opt='-Wl,-z,relro -Wl,-z,now -lz -fPIC' \
|
||||||
--with-debug \
|
--with-debug \
|
||||||
--with-threads \
|
--with-threads \
|
||||||
--with-pcre-jit \
|
--with-pcre-jit \
|
||||||
|
Loading…
Reference in New Issue
Block a user