I have been fiddling with nginx to make a reverse proxy for Deluge with no avail on my Raspberry Pi 3 running the latest version of raspbian. So, I attempt to uninstall it. I did the usual thing, sudo apt-get remove nginx followed by sudo apt-get purge nginx and sudo apt-get autoremove and ending with a reboot for safe measure. So then, I go to my local IP 192.168.1.9, and I see this:
I find that other people have the same issue, but none that are exactly the same as mine. I tried removing everything related to nginx.
I have tried:
sudo apt-get remove nginx nginx-commonfollowed bysudo apt-get purge nginx nginx-commonsudo apt-get remove --purge nginx*sudo apt-get remove nginx-core nginx-full nginx-light nginx-extras nginx-naxsi nginx-commonfollowed by purging all of these- I have tried looking at all the ports that are being used/listened by my Pi, and nothing showed up that would point to port 80, or nginx.
- I even tried removing the HTML file that is being displayed on my local IP located in
/var/www/html, and THAT DIDN'T EVEN WORK. (I got this method from this guide)
This program has caused me a lot of frustration, and I just want it gone.
I can provide any additional information if necessary.
Thanks!