add missing header in nginx conf

pull/64/head
Aevann1 2022-12-10 14:34:38 +02:00
parent 52f5b2a347
commit 822185f596
1 changed files with 1 additions and 0 deletions

View File

@ -69,5 +69,6 @@ server {
error_page 502 = /error_page/502.html;
location /error_page/ {
alias /rDrama/files/templates/errors/rDrama/;
add_header Cache-Control "no-store";
}
}