mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-19 02:23:00 +08:00
chore: api cache control header (#4203)
* chore: api cache control header * chore: api cache control header
This commit is contained in:
@@ -50,6 +50,7 @@ server {
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
proxy_set_header Host $host;
|
||||
add_header Cache-Control 'no-cache, no-store';
|
||||
proxy_cache_bypass $http_upgrade;
|
||||
proxy_connect_timeout 600;
|
||||
proxy_send_timeout 600;
|
||||
|
||||
Reference in New Issue
Block a user