mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
only do magic headers for local assets, don't muck with logster's stuff
This commit is contained in:
parent
f62d2bb03c
commit
abf269c5df
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ server {
|
|||
root $public;
|
||||
add_header ETag "";
|
||||
|
||||
location ~* \.(eot|ttf|woff|woff2|ico)$ {
|
||||
location ~* assets/.*\.(eot|ttf|woff|woff2|ico)$ {
|
||||
expires 1y;
|
||||
add_header Cache-Control public;
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
|
|
Loading…
Reference in a new issue