Skip to content

Commit 155ee0a

Browse files
committed
Update nginx.conf.template
1 parent 2112cc7 commit 155ee0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/templates/nginx.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ server {
103103
location ~* \.(ico|pdf|flv)$ {
104104
expires 1y;
105105
}
106-
location ~* \.(js|css|png|jpg|jpeg|gif|swf|xml|txt|ico)$ {
106+
location ~* \.(js|css|png|jpg|jpeg|gif|swf|xml|txt)$ {
107107
expires max;
108108
log_not_found off;
109109
}

0 commit comments

Comments
 (0)