Harden withdrawals freshness and add معین/تفصیل on accounting vouchers.
Cache-bust and soft-refresh withdrawal lists for CDN, and capture party detail (تفصیل) plus بابت purpose on journal documents. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -17,6 +17,15 @@ server {
|
||||
application/xml+rss
|
||||
application/json;
|
||||
|
||||
# Never cache the shell HTML — otherwise CDN/browsers keep an old index
|
||||
# that points at a previous JS bundle (stale withdrawals desk).
|
||||
location = /index.html {
|
||||
add_header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate" always;
|
||||
add_header Pragma "no-cache" always;
|
||||
expires -1;
|
||||
try_files /index.html =404;
|
||||
}
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user