Drop that rewrite

This commit is contained in:
decentral1se
2021-05-07 00:14:12 +02:00
parent 47158ac5cf
commit 04b7af2d00

View File

@ -28,10 +28,6 @@ server {
}
location / {
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
try_files /dev/null @api;
}