mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-26 17:52:59 +02:00
nginx changes
This commit is contained in:
parent
4cf106750c
commit
9be7f9637e
@ -90,14 +90,14 @@ http {
|
|||||||
proxy_set_header X-Forwarded-Port $server_port;
|
proxy_set_header X-Forwarded-Port $server_port;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Serve .mjs files with correct MIME type
|
# Serve .mjs files with correct MIME type (must come before general static assets)
|
||||||
location ~* \.mjs$ {
|
location ~* \.mjs$ {
|
||||||
add_header Content-Type text/javascript;
|
add_header Content-Type text/javascript;
|
||||||
expires 1y;
|
expires 1y;
|
||||||
add_header Cache-Control "public, immutable";
|
add_header Cache-Control "public, immutable";
|
||||||
}
|
}
|
||||||
|
|
||||||
# Cache static assets
|
# Cache other static assets
|
||||||
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot)$ {
|
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot)$ {
|
||||||
expires 1y;
|
expires 1y;
|
||||||
add_header Cache-Control "public, immutable";
|
add_header Cache-Control "public, immutable";
|
||||||
|
Loading…
Reference in New Issue
Block a user