Remove forwarding http->https from conf file

This commit is contained in:
KMY 2023-09-22 08:00:03 +09:00
parent a96b317922
commit da7c9248c6

View file

@ -4,5 +4,4 @@ server {
server_name example.com; server_name example.com;
root /home/mastodon/live/public; root /home/mastodon/live/public;
location /.well-known/acme-challenge/ { allow all; } location /.well-known/acme-challenge/ { allow all; }
location / { return 301 https://$host$request_uri; }
} }