YGGbro/nginx/texty.org.ua.bro.ygg/README.md
2023-12-03 20:24:40 +02:00

17 lines
No EOL
476 B
Markdown

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