client_max_body_size 100m;
- ###############################################################
- # All to index.php
- location / {
- try_files $uri $uri/ /index.php?$query_string;
- }
-
###############################################################
# Ignore
location = /favicon.ico { access_log off; log_not_found off; }
# expires 30d;
#}
+ ###############################################################
+ # All to index.php
+ location / {
+ try_files $uri $uri/ /index.php?$query_string;
+ }
+
###############################################################
# FastCGI
#location ~ \.php$ {