Skip to content

Commit

Permalink
Added 2 hour expiration to welcome images
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Oct 12, 2016
1 parent f5e6cf2 commit 15ce7b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/nginx/galaxy_test.j2
Expand Up @@ -148,6 +148,7 @@ server {

location /static/welcome_img {
alias {{ nginx_srv }}/{{ galaxy_instance_hostname }}/root/static/welcome_img;
expires 2h;
}

# error docs
Expand Down
1 change: 1 addition & 0 deletions templates/nginx/usegalaxy.j2
Expand Up @@ -180,6 +180,7 @@ server {

location /static/welcome_img {
alias {{ nginx_srv }}/{{ galaxy_instance_hostname }}/root/static/welcome_img;
expires 2h;
}

# error docs
Expand Down

0 comments on commit 15ce7b3

Please sign in to comment.