-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Activitypub plugin: how to configure the redirection ? #61
Comments
You can add a skipped_regex to your wordpress to let this url pass through the sso.
|
I tried with edit: |
You should probably replace the Anyway, I can help you using YunoHost cli command, but I can't explain you how to use that plugin. |
Ok thanks. No problem, I was thinking that yunohost SSO could have been a problem. |
For the record: for nextcloud this text/html page is just a edit: I fixed the regex, same "missing resource". |
Ok, I found the solution, the redirection wasn't good. Here is the solution: change
|
For the record, upgrading wordpress via Yunohost remove the changes in Nginx file (they are backups in |
I've seen this error again today, with Wordpress Health check saying that the WebFinger endpoint is not accessible, and it not replying with a valid JSON. Adding the previously mentioned (#61 (comment)) Nginx conf lines fixed it. |
Hello,
While trying to use the plugin Wordpress ActivityPub, I'm in trouble with the redirection to
.well-known
and nginx config. See Automattic/wordpress-activitypub#37My wordpress is in a subfolder (let's call it
subdirectory
). So I tried to addrewrite ^/.well-known/ ^/subdirectory/.well-known/ last;
in/etc/nginx/conf.d/domain.tld.conf
.A webfinger test (https://client.webfinger.net/lookup?) show me that it returns a text/html file. I'm pretty sure it's yunohost SSO page.
Should I exclude it from SSO ? How can I do that ?
The text was updated successfully, but these errors were encountered: