Skip to content
Snippets Groups Projects
Unverified Commit 30a5da7c authored by Sebastian Castro's avatar Sebastian Castro
Browse files

Fix installation nginx conf

parent 30c7b545
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ server {
}
# Media: images, icons, video, audio, HTC
location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|mp4|ogg|ogv|webm|htc)$ {
location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|mp4|ogg|ogv|webm|htc|lang)$ {
access_log off;
add_header Cache-Control \"max-age=2592000\";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment