fixed /share/css/user.css nginx location

This commit is contained in:
Maxim Devaev
2021-07-26 02:32:02 +03:00
parent c996771afd
commit 9103492d71

View File

@@ -33,7 +33,7 @@ location /share {
auth_request off;
}
location /share/css/user.css {
location = /share/css/user.css {
alias /etc/kvmd/web.css;
auth_request off;
}