mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
fixed /share/css/user.css nginx location
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user