diff --git a/conf/nginx.conf b/conf/nginx.conf index 5891e39..6abc79a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -3,13 +3,14 @@ location __PATH__ { # Path to source alias __FINALPATH__/ ; - # Example PHP configuration (remove if not used) - index index.php; - if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; } + + # Example PHP configuration (remove if not used) + index index.php; + # Common parameter to increase upload size limit in conjuction with dedicated php-fpm file #client_max_body_size 50M;