mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
updated NGINX sample configuration
This commit is contained in:
parent
e397c14702
commit
71c33086b4
1 changed files with 0 additions and 6 deletions
|
@ -30,12 +30,6 @@ server {
|
|||
# }
|
||||
#}
|
||||
|
||||
location ~ ^/t\/[0-9]+\/[0-9]+\/avatar {
|
||||
expires 1d;
|
||||
add_header Cache-Control public;
|
||||
add_header ETag "";
|
||||
}
|
||||
|
||||
location ~ ^/(assets|uploads)/ {
|
||||
expires 1y;
|
||||
add_header Cache-Control public;
|
||||
|
|
Loading…
Reference in a new issue