diff --git a/conf/nginx.conf b/conf/nginx.conf index 141b246..e81f0ef 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -15,11 +15,6 @@ location __PATH__/ { alias __FINALPATH__/ ; - # Force usage of https - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } - index yellow.php; if (!-e $request_filename) {