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