Skip to content

Instantly share code, notes, and snippets.

@xr09
Created March 17, 2015 18:30
Show Gist options
  • Select an option

  • Save xr09/e88f4390a9f65cd44b0e to your computer and use it in GitHub Desktop.

Select an option

Save xr09/e88f4390a9f65cd44b0e to your computer and use it in GitHub Desktop.
cache gitlab uploads
# append this to /var/opt/gitlab/nginx/conf/gitlab-http.conf
location ~ ^/(uploads)/ {
expires max;
add_header Cache-Control public;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment