Commit fd42719a by wajeeha-khalid Committed by Fred Smith

reduce cache expiry to 1 week

parent 25583da2
...@@ -6,6 +6,6 @@ ...@@ -6,6 +6,6 @@
root {{ edxapp_media_dir }}/{{ EDXAPP_SCORM_PKG_STORAGE_DIR }}; root {{ edxapp_media_dir }}/{{ EDXAPP_SCORM_PKG_STORAGE_DIR }};
try_files /$file =404; try_files /$file =404;
expires 15768000s; expires 604800s;
} }
{% endif %} {% endif %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment