diff --git a/Using-Szurubooru-on-Nginx.md b/Using-Szurubooru-on-Nginx.md index 647ef76..795fc82 100644 --- a/Using-Szurubooru-on-Nginx.md +++ b/Using-Szurubooru-on-Nginx.md @@ -29,10 +29,6 @@ Here we are using PHP5 with PHP-FPM. } rewrite ^/?$ /dispatch.php; } - - location ~* ^.+\.(ogg|ogv|svg|svgz|eot|otf|woff|mp4|ttf|rss|atom|jpg|jpeg|gif|png|ico|zip|tgz|gz|rar|bz2|doc|xls|exe|ppt|tar|mid|midi|wav|bmp|rtf)$ { - access_log off; log_not_found off; expires max; - } location ~ \.php$ { try_files $uri =404;