add howto.ygg / betahowto.duckdns.org configuration

This commit is contained in:
ghost 2024-02-06 16:10:16 +02:00
parent 20c08da92b
commit 94c4958262
2 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,17 @@
# 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`