Drop that rewrite
This commit is contained in:
@ -28,10 +28,6 @@ server {
|
||||
}
|
||||
|
||||
location / {
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
||||
try_files /dev/null @api;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user