Update social.conf

This commit is contained in:
Anthony Wang 2021-06-14 03:36:06 +00:00 committed by GitHub
parent a9dc82eea8
commit 9749e7d9a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,9 +18,6 @@ server {
listen [::]:80;
server_name social.exozy.me;
root /var/lib/mastodon/public;
location /.well-known/acme-challenge/ {
allow all;
}
location / {
return 301 https://$host$request_uri;
}