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 fa4a3db57e remove not used construction 9 months ago
..
README.md add mentallandscape.com 9 months ago
server.conf remove not used construction 9 months ago

README.md

Nginx proxy configuration for mentallandscape.com.bro.ygg

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

  • mentallandscape.com > mentallandscape.com.bro.ygg

Install

  • ln -s /etc/yggbro/nginx/mentallandscape.com/mentallandscape.com.bro.ygg/server.conf /etc/nginx/sites-enabled/yggbro.mentallandscape.com.mentallandscape.com.bro.ygg.conf
  • nginx -t
  • service nginx reload

Uninstall

  • rm /etc/nginx/sites-enabled/yggbro.mentallandscape.com.mentallandscape.com.bro.ygg.conf
  • nginx -t
  • service nginx reload