asciimoo / morty

Privacy aware web content sanitizer proxy as a service
GNU Affero General Public License v3.0
485 stars 58 forks source link

Morty Proxy blocks mastodon instance #105

Open 12aw opened 3 years ago

12aw commented 3 years ago

Hey, for some reason the morty proxy blocks my mastodon instance on the same server but with a different domain. Also I can't uninstall morty proxy. Even if I do it with ./morty.sh it's still somewhere somehow activ and blocking my mastodon instance... can anyone help there?

ghost commented 3 years ago

I have the same problem, I talk about it here: https://zecircle.xyz/@kaonashi696/106777428142227270

ghost commented 3 years ago

After putting NGINX in debug mode I saw that a cached file was served: 2021/08/19 10:56:20 [debug] 2471608#2471608: *10 http file cache send: /var/cache/nginx/e/b1/e252d2bc7bef6fbc35419b1715ff8b1e

So I cleared the entire NGINX cache and the problem was solved. rm -rf /var/cache/nginx