HI, I want to set up the same website as https://unblockit.kim/
After asking for a support on GitHub they advise me to run The best method is by using NGINX as per the instructions here: https://proxy-bay.net/setup.html. Instead of using TPB as the domain, you can use any other website you wish to unblock. You can modify the subs_filter setting in the configuration to search and replace the content served by the site.
As per a hosting plan, you would need a VPS/Dedicated/Cloud Linux server that provides SSH access. I just bought a server on the digital ocean and successfully installed the Nginx.
https://proxy-bay.dev/setup.html#Nginx
What change do I make in the config file? Can you please provide me server configuration?
I just place the nigix config file and place the same thing currently I am using the IP address instead of the domain name.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
Yes indeed, you can follow the steps provided in the tutorial that you’ve shared.
As per the tutorial, your Nginx configuration would look like this:
You would just need to change the
yourdomain.com
part with your actual domain name.Hope that this helps. Best, Bobby