mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-31 14:38:37 +00:00
fix: 修正企业版本 logo 显示问题
This commit is contained in:
@@ -18,10 +18,13 @@ server {
|
||||
try_files $uri / /index.html;
|
||||
alias /opt/luna/;
|
||||
}
|
||||
location /media/ {
|
||||
location /media/replay/ {
|
||||
add_header Content-Encoding gzip;
|
||||
root /opt/jumpserver/data/;
|
||||
}
|
||||
location /media/ {
|
||||
root /opt/jumpserver/data/;
|
||||
}
|
||||
location /static/ {
|
||||
root /opt/jumpserver/data/;
|
||||
}
|
||||
|
Reference in New Issue
Block a user