ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,659
- Points
- 823
Reputation:
Hello,
May someone help with expire headers on nginx?
Here is my setup:
NGINX:
Read more
Continue reading...
May someone help with expire headers on nginx?
Here is my setup:
NGINX:
Code:
# Expires map
map $sent_http_content_type $expires {
default off;
text/html epoch;
text/css max;
text/javascript max;
text/x-javascript max;
text/plain max;
text/xml max;
font/eot max;
font/otf max;
font/ttf...
Read more
Continue reading...