mirror of
https://github.com/YGGverse/YGGbro.git
synced 2025-02-07 12:34:27 +00:00
17 lines
501 B
Markdown
17 lines
501 B
Markdown
|
# 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`
|