mirror of
https://github.com/YGGverse/YGGbro.git
synced 2026-04-02 18:45:31 +00:00
add mentallandscape.com
This commit is contained in:
parent
ec2e22ef1e
commit
535225f395
6 changed files with 142 additions and 1 deletions
|
|
@ -0,0 +1,17 @@
|
|||
# Nginx proxy configuration for mentallandscape.com.bro.ygg
|
||||
|
||||
Current implementation drops all JS and forward links to following locations:
|
||||
|
||||
* `mentallandscape.com` > `mentallandscape.com.bro.ygg`
|
||||
|
||||
## Install
|
||||
|
||||
* `ln -s /etc/yggbro/nginx/mentallandscape.com/mentallandscape.com.bro.ygg/server.conf /etc/nginx/sites-enabled/yggbro.mentallandscape.com.mentallandscape.com.bro.ygg.conf`
|
||||
* `nginx -t`
|
||||
* `service nginx reload`
|
||||
|
||||
## Uninstall
|
||||
|
||||
* `rm /etc/nginx/sites-enabled/yggbro.mentallandscape.com.mentallandscape.com.bro.ygg.conf`
|
||||
* `nginx -t`
|
||||
* `service nginx reload`
|
||||
Loading…
Add table
Add a link
Reference in a new issue