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