Removed Netdata

This commit is contained in:
bprieshof
2019-10-04 11:32:45 +02:00
parent b13d6c9e17
commit ddba4b644a

View File

@@ -1,10 +1,5 @@
#fastcgi_cache_path /etc/nginx/cache levels=1:2 keys_zone=MYAPP:100m max_size=10g inactive=1440m; #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 { server {
listen 80; listen 80;
server_name www.DOMAINname; server_name www.DOMAINname;
@@ -22,8 +17,6 @@ server {
#add_header X-Cache "$upstream_cache_status"; #add_header X-Cache "$upstream_cache_status";
#netdata here
gzip on; gzip on;
gzip_proxied any; gzip_proxied any;
gzip_types text/plain text/css text/xml text/javascript application/javascript application/x-javascript image/svg image/svg+xml application/xml image/x-icon; gzip_types text/plain text/css text/xml text/javascript application/javascript application/x-javascript image/svg image/svg+xml application/xml image/x-icon;
@@ -68,10 +61,6 @@ server {
deny all; deny all;
} }
location /phpmyadmin {
index index.php;
}
#Cache everything by default #Cache everything by default
set $no_cache 0; set $no_cache 0;