From 58abeebacb118abff46d3deff56e094f4e9d0f10 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 26 Feb 2017 00:37:51 +0100 Subject: [PATCH] =?UTF-8?q?Erfolgsnachricht=20&=20Systemd-Script=20hinzuge?= =?UTF-8?q?f=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/install.sh b/install.sh index 0a0d9ce..41c8a1f 100755 --- a/install.sh +++ b/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 make 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!"