Compare commits
3 Commits
cors
...
0f38229ad0
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f38229ad0 | |||
| faccdf734a | |||
| 8522d35d90 |
@@ -7,5 +7,10 @@ server {
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
|
||||
# отключаем кеширование вообще пока активная разработка
|
||||
add_header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0";
|
||||
add_header Pragma "no-cache";
|
||||
add_header Expires "0";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user