mirror of
https://github.com/TheTaz25/denis.ergin.git
synced 2025-07-06 13:18:49 +00:00
feat(nginx): add cache header
This commit is contained in:
parent
1f17b5f452
commit
ea0c07a59c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ http {
|
||||||
access_log /var/log/nginx/access.log main;
|
access_log /var/log/nginx/access.log main;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
add_header Cache-Control "public, max-age=86400";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue