nginx....
This commit is contained in:
@@ -8,9 +8,6 @@ server {
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
}
|
||||
|
||||
location ~* \.(js|css|jpg|jpeg|png|gif|js|css|ico|swf)$ {
|
||||
expires 1y;
|
||||
etag off;
|
||||
if_modified_since off;
|
||||
|
Reference in New Issue
Block a user