server { listen ; server_name basic.com; index index.html index.htm index.php; root /www/wwwroot/basic.com/web; #error_page /.html; include enable-php.conf; location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$ { expires 30d; } location ~ .*\.(js|css)?$ { expir…