Skip to content

Commit

Permalink
Remove forwarding http->https from conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Sep 21, 2023
1 parent a96b317 commit da7c924
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/nginx-before-certbot.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ server {
server_name example.com;
root /home/mastodon/live/public;
location /.well-known/acme-challenge/ { allow all; }
location / { return 301 https://$host$request_uri; }
}

0 comments on commit da7c924

Please sign in to comment.