desktop 앱 적용
This commit is contained in:
@@ -141,6 +141,13 @@ server {
|
||||
add_header Cache-Control "no-store, no-cache, must-revalidate";
|
||||
}
|
||||
|
||||
# GoldenChart Desktop updater manifest + bundles
|
||||
location /desktop/updates/ {
|
||||
alias /usr/share/nginx/html/desktop/updates/;
|
||||
add_header Cache-Control "no-cache, no-store, must-revalidate";
|
||||
default_type application/json;
|
||||
}
|
||||
|
||||
# gzip 압축
|
||||
gzip on;
|
||||
gzip_vary on;
|
||||
|
||||
Reference in New Issue
Block a user