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 2bd867ca45 fix project link offset 10 months ago
..
README.md add howto.ygg / betahowto.duckdns.org configuration 10 months ago
server.conf fix project link offset 10 months ago

README.md

Nginx proxy configuration for betahowto.duckdns.org

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

  • betahowto.duckdns.org > howto.ygg

Install

  • ln -s /etc/yggbro/nginx/howto.ygg/betahowto.duckdns.org/server.conf /etc/nginx/sites-enabled/howto.ygg.betahowto.duckdns.org.conf
  • nginx -t
  • service nginx reload

Uninstall

  • rm /etc/nginx/sites-enabled/howto.ygg.betahowto.duckdns.org.conf
  • nginx -t
  • service nginx reload