Collection of web proxies with configuration examples for Yggdrasil
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ghost 3a9a30b11f update namespaces 12 months ago
..
README.md update namespaces 12 months ago
server.conf update namespaces 12 months ago

README.md

Nginx proxy configuration for texty.org.ua.bro.ygg

Current implementation drops all JS and forward links to following locations:

  • texty.org.ua > texty.org.ua.bro.ygg

Install

  • ln -s /etc/yggbro/nginx/texty.org.ua/texty.org.ua.bro.ygg/server.conf /etc/nginx/sites-enabled/yggbro.texty.org.ua.texty.org.ua.bro.ygg.conf
  • nginx -t
  • service nginx reload

Uninstall

  • rm /etc/nginx/sites-enabled/yggbro.texty.org.ua.texty.org.ua.bro.ygg.conf
  • nginx -t
  • service nginx reload