update namespaces

This commit is contained in:
ghost 2023-12-03 23:33:26 +02:00
parent 1bcd1d943a
commit 3a9a30b11f
61 changed files with 857 additions and 856 deletions

View file

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