mirror of
https://github.com/YGGverse/YGGbro.git
synced 2026-04-02 18:45:31 +00:00
update opennet location
This commit is contained in:
parent
8b1aa75ea4
commit
1bcd1d943a
35 changed files with 368 additions and 365 deletions
36
nginx/yggbro/opennet/README.md
Normal file
36
nginx/yggbro/opennet/README.md
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Nginx proxy configuration for OpenNet located at subfolder
|
||||
|
||||
Current implementation forward subdomains to following proxy locations:
|
||||
|
||||
* `opennet.ru` > `/opennet`
|
||||
* `www.opennet.ru` > `/opennet/www`
|
||||
* `bsd.opennet.ru` > `/opennet/bsd`
|
||||
* `cisco.opennet.ru` > `/opennet/cisco`
|
||||
* `grab.opennet.ru` > `/opennet/grab`
|
||||
* `linux.opennet.ru` > `/opennet/linux`
|
||||
* `m.opennet.ru` > `/opennet/m`
|
||||
* `mobile.opennet.ru` > `/opennet/mobile`
|
||||
* `palm.opennet.ru` > `/opennet/palm`
|
||||
* `security.opennet.ru` > `/opennet/security`
|
||||
* `solaris.opennet.ru` > `/opennet/solaris`
|
||||
* `web.opennet.ru` > `/opennet/web`
|
||||
* `wiki.opennet.ru` > `/opennet/wiki`
|
||||
* `forum.opennet.ru` > `/opennet/wwwcgi-bin/openforum/vsluhboard.cgi`
|
||||
|
||||
## Install
|
||||
|
||||
* `ln -s /etc/yggbro/nginx/yggbro/opennet/server.conf /etc/nginx/sites-enabled/yggbro.opennet.conf`
|
||||
* `nginx -t`
|
||||
* `service nginx reload`
|
||||
|
||||
## Uninstall
|
||||
|
||||
* `rm /etc/nginx/sites-enabled/yggbro.opennet.conf`
|
||||
* `nginx -t`
|
||||
* `service nginx reload`
|
||||
|
||||
## Issues
|
||||
|
||||
1. At this moment, config drops all JS some tabs could not work
|
||||
2. Youtube embedded content still works
|
||||
3. Redirect cases for some sub-domains require additional rules implementation
|
||||
Loading…
Add table
Add a link
Reference in a new issue