mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
more explicit disabled cache for /console route in nginx config
This commit is contained in:
@@ -26,6 +26,10 @@ server {
|
||||
location /console {
|
||||
index index.html index.html;
|
||||
try_files $uri /console/index.html;
|
||||
|
||||
expires 0;
|
||||
add_header Cache-Control "no-cache, must-revalidate";
|
||||
add_header Pragma no-cache;
|
||||
}
|
||||
|
||||
location / {
|
||||
|
||||
Reference in New Issue
Block a user