1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

Fix redirect location

This commit is contained in:
Yehuda Deutsch 2023-02-26 00:06:47 -05:00
parent 495410fac8
commit cd6c54e95d
No known key found for this signature in database
GPG key ID: 8EF44B89374262A5

View file

@ -1,3 +1,3 @@
location ~ ^/.well-known/(host-meta|nodeinfo|webfinger)/ {
location ~ ^/.well-known/(host-meta|nodeinfo|webfinger) {
return 301 https://__DOMAIN__$request_uri;
}