Elektrine lite

← Feed

@elettrona@poliversity.it

Post #3519212

2026-06-11 15:32 UTC

@Jayjader@jlai.lu - I managed to make nginx work now it redirects domain.tld to domain.tld/wp with this one ---- location = / { return 301 /wp/; } location ^~ /.well-known/ { rewrite ^/\.well-known/(.*)$ /wp/.well-known/$1 last; } location / { return 301 /wp$request_uri; } ---- I honestly don't know all of this language, but the intention is to make it work on ActivityPub - I can't try federating my current test environment, I'm forced to try the federation on production site directly when it is available. Damn... Searching and asking my hosting provider makes me turn exhausted.

Replies (0)

No replies.