Add SSO admin console for dashboard
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 11s
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 11s
This commit is contained in:
@@ -14,6 +14,11 @@ server {
|
||||
add_header Cache-Control "public, max-age=3600" always;
|
||||
}
|
||||
|
||||
location = /services.json {
|
||||
default_type application/json;
|
||||
add_header Cache-Control "no-cache" always;
|
||||
}
|
||||
|
||||
location = /sw.js {
|
||||
default_type application/javascript;
|
||||
expires off;
|
||||
|
||||
Reference in New Issue
Block a user