Skip to content

Commit

Permalink
Fix typo in NGINX configuration (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Nov 20, 2020
1 parent a759c28 commit 235c91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/templates/thecombine.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ server {
# Set cache expiration so that if the server's frontend implementation is updated,
# clients will automatically pull in a fresh version at the beginning of the next day.
expires 12h;
add_header Cache-Control "public, no-transform"
add_header Cache-Control "public, no-transform";
}

error_page 500 502 503 504 /50x.html;
Expand Down

0 comments on commit 235c91c

Please sign in to comment.