mirror of
https://github.com/Break27/kvmd.git
synced 2026-02-06 10:26:38 +08:00
fixed /share/css/user.css nginx location
This commit is contained in:
parent
c996771afd
commit
9103492d71
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user