integrate texty.org.ua

This commit is contained in:
ghost 2023-12-03 20:24:40 +02:00
parent b24b24a672
commit 8b1aa75ea4
6 changed files with 110 additions and 35 deletions

View file

@ -0,0 +1,17 @@
# Nginx proxy configuration for /yggbro/texty.org.ua
Current implementation drops all JS and forward links to following locations:
* `http://texty.org.ua` > `/yggbro/texty.org.ua`
## Install
* `ln -s /etc/yggbro/nginx/yggbro/texty.org.ua/server.conf /etc/nginx/sites-enabled/yggbro.texty.org.ua.conf`
* `nginx -t`
* `service nginx reload`
## Uninstall
* `rm /etc/nginx/sites-enabled/yggbro.texty.org.ua.conf`
* `nginx -t`
* `service nginx reload`