Chore: update nginx config to match hosted-grafana (#108898)

update nginx config to match hosted-grafana
This commit is contained in:
Ashley Harrison 2025-07-30 15:36:57 +01:00 committed by GitHub
parent c28b2215e0
commit 4fae330f9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ server {
# API calls go to the backend
# Cheat with app plugin paths and route them to the backend. These should come from
# the Plugin CDN
location ~ ^/(api|apis|bootdata|logout|public\/plugins\/grafana\-\w+\-app) {
location ~ ^/(api|apis|avatar|bootdata|render|logout|public\/plugins) {
if ($cookie_fs_unavailable) {
add_header Content-Type application/json always;
return 503 '{"code":"Loading", "message": "Soon!"}';