1
0
Fork 0
mirror of https://github.com/TheTaz25/denis.ergin.git synced 2025-07-05 18:18:46 +00:00

feat(nginx): add cache header

This commit is contained in:
Denis Ergin 2024-10-20 13:46:03 +02:00
parent 1f17b5f452
commit ea0c07a59c

View file

@ -44,7 +44,7 @@ http {
access_log /var/log/nginx/access.log main;
location / {
add_header Cache-Control "public, max-age=86400";
}
}
}