Erfolgsnachricht & Systemd-Script hinzugefügt
This commit is contained in:
10
install.sh
10
install.sh
@@ -89,3 +89,13 @@ cd ..
|
|||||||
./configure --sbin-path=/usr/local/nginx/nginx --conf-path=/usr/local/nginx/nginx.conf --pid-path=/usr/local/nginx/nginx.pid --with-pcre=pcre-8.40 --with-zlib=zlib-1.2.11 --with-http_ssl_module --with-stream --with-mail=dynamic --with-ipv6 --with-http_v2_module --with-http_realip_module --with-http_dav_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_slice_module --with-http_stub_status_module --with-http_addition_module --add-module=naxsi-0.55.3 --add-module=ngx-fancyindex --add-dynamic-module=headers-more-nginx-module-0.32 --add-module=ngx_pagespeed-latest-beta
|
./configure --sbin-path=/usr/local/nginx/nginx --conf-path=/usr/local/nginx/nginx.conf --pid-path=/usr/local/nginx/nginx.pid --with-pcre=pcre-8.40 --with-zlib=zlib-1.2.11 --with-http_ssl_module --with-stream --with-mail=dynamic --with-ipv6 --with-http_v2_module --with-http_realip_module --with-http_dav_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_slice_module --with-http_stub_status_module --with-http_addition_module --add-module=naxsi-0.55.3 --add-module=ngx-fancyindex --add-dynamic-module=headers-more-nginx-module-0.32 --add-module=ngx_pagespeed-latest-beta
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
wget https://dl.clocxhd.de/scripts/nginx/nginx.service
|
||||||
|
mv nginx.service /etc/systemd/system/
|
||||||
|
systemctl daemon-reload
|
||||||
|
systemctl enable nginx
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
echo "----------------"
|
||||||
|
echo "Installation abgeschlossen!"
|
||||||
|
echo "Du kannst Nginx jetzt mit systemctl start nginx starten!"
|
||||||
|
|||||||
Reference in New Issue
Block a user