Drop that rewrite

This commit is contained in:
decentral1se 2021-05-07 00:14:12 +02:00
parent 47158ac5cf
commit 04b7af2d00
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 0 additions and 4 deletions

View File

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