mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
nginx: set log level to crit for luci-static
Do not write errors for inexistent files to the system log. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
This commit is contained in:
@@ -13,4 +13,5 @@ location ~ /cgi-bin/cgi-(backup|download|upload|exec) {
|
||||
}
|
||||
|
||||
location /luci-static {
|
||||
error_log stderr crit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user