From 47d02241634cc000934c2f4f13849f2e65039c2a Mon Sep 17 00:00:00 2001 From: Simon C Date: Thu, 25 Feb 2021 23:26:27 +0100 Subject: [PATCH] feat: Test Nginx status --- nextcloud/web/nginx.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nextcloud/web/nginx.conf b/nextcloud/web/nginx.conf index 17b96cd..b076ed2 100644 --- a/nextcloud/web/nginx.conf +++ b/nextcloud/web/nginx.conf @@ -80,6 +80,12 @@ http { return 301 $scheme://$host:$server_port/remote.php/dav; } + # location /nginx_status { + # stub_status; + # allow 192.168.1.0/24; #only allow requests from local network + # deny all; #deny all other hosts + # } + # set max upload size client_max_body_size 10G; fastcgi_buffers 64 4K;