Update 'Extra_Domains/NGINX_Domain.sh'

This commit is contained in:
bprieshof
2019-01-10 14:48:29 +01:00
parent 7b1080546d
commit 9ddf277db1

View File

@@ -14,11 +14,6 @@
cat <<EOF > /etc/nginx/sites-available/"$domain"
#fastcgi_cache_path /etc/nginx/cache levels=1:2 keys_zone=MYAPP:100m max_size=10g inactive=1440m;
upstream netdata {
server 127.0.0.1:19999;
keepalive 64;
}
server {
listen 80;
server_name www.$domain;