diff options
Diffstat (limited to 'net/nginx/files-luci-support/luci.locations')
-rw-r--r-- | net/nginx/files-luci-support/luci.locations | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/nginx/files-luci-support/luci.locations b/net/nginx/files-luci-support/luci.locations index 3ea3de914..374ee5d9f 100644 --- a/net/nginx/files-luci-support/luci.locations +++ b/net/nginx/files-luci-support/luci.locations @@ -13,4 +13,5 @@ location ~ /cgi-bin/cgi-(backup|download|upload|exec) { } location /luci-static { + error_log stderr crit; } |