forked from x/ContextOS
opt some
This commit is contained in:
parent
a7a3154c6e
commit
3faeb85998
9
etc/portal/2016/location.conf
Normal file
9
etc/portal/2016/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2016;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2016;
|
||||
}
|
11
etc/portal/2016/server.conf
Normal file
11
etc/portal/2016/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2016.shylinux.com;
|
||||
include portal/2016/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2016.shylinux.com;
|
||||
include portal/2016/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2016/upstream.conf
Normal file
3
etc/portal/2016/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2016 {
|
||||
server 127.0.0.1:9020;
|
||||
}
|
9
etc/portal/2021/location.conf
Normal file
9
etc/portal/2021/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2021;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2021;
|
||||
}
|
11
etc/portal/2021/server.conf
Normal file
11
etc/portal/2021/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2021.shylinux.com;
|
||||
include portal/2021/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2021.shylinux.com;
|
||||
include portal/2021/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2021/upstream.conf
Normal file
3
etc/portal/2021/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2021 {
|
||||
server 127.0.0.1:9021;
|
||||
}
|
9
etc/portal/2023-ContextOS/location.conf
Normal file
9
etc/portal/2023-ContextOS/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2023-ContextOS;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2023-ContextOS;
|
||||
}
|
11
etc/portal/2023-ContextOS/server.conf
Normal file
11
etc/portal/2023-ContextOS/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2023-ContextOS.shylinux.com;
|
||||
include portal/2023-ContextOS/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2023-ContextOS.shylinux.com;
|
||||
include portal/2023-ContextOS/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2023-ContextOS/upstream.conf
Normal file
3
etc/portal/2023-ContextOS/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2023-ContextOS {
|
||||
server 127.0.0.1:9030;
|
||||
}
|
9
etc/portal/2023/location.conf
Normal file
9
etc/portal/2023/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2023;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2023;
|
||||
}
|
11
etc/portal/2023/server.conf
Normal file
11
etc/portal/2023/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2023.shylinux.com;
|
||||
include portal/2023/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2023.shylinux.com;
|
||||
include portal/2023/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2023/upstream.conf
Normal file
3
etc/portal/2023/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2023 {
|
||||
server 127.0.0.1:9030;
|
||||
}
|
9
etc/portal/2024-ContextOS/location.conf
Normal file
9
etc/portal/2024-ContextOS/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2024-ContextOS;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2024-ContextOS;
|
||||
}
|
11
etc/portal/2024-ContextOS/server.conf
Normal file
11
etc/portal/2024-ContextOS/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2024-ContextOS.shylinux.com;
|
||||
include portal/2024-ContextOS/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2024-ContextOS.shylinux.com;
|
||||
include portal/2024-ContextOS/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2024-ContextOS/upstream.conf
Normal file
3
etc/portal/2024-ContextOS/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2024-ContextOS {
|
||||
server 127.0.0.1:9050;
|
||||
}
|
9
etc/portal/2024-guangdong/location.conf
Normal file
9
etc/portal/2024-guangdong/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2024-guangdong;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2024-guangdong;
|
||||
}
|
11
etc/portal/2024-guangdong/server.conf
Normal file
11
etc/portal/2024-guangdong/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2024-guangdong.shylinux.com;
|
||||
include portal/2024-guangdong/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2024-guangdong.shylinux.com;
|
||||
include portal/2024-guangdong/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2024-guangdong/upstream.conf
Normal file
3
etc/portal/2024-guangdong/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2024-guangdong {
|
||||
server 127.0.0.1:9042;
|
||||
}
|
9
etc/portal/2024-jingganjiaoyu/location.conf
Normal file
9
etc/portal/2024-jingganjiaoyu/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2024-jingganjiaoyu;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2024-jingganjiaoyu;
|
||||
}
|
11
etc/portal/2024-jingganjiaoyu/server.conf
Normal file
11
etc/portal/2024-jingganjiaoyu/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2024-jingganjiaoyu.shylinux.com;
|
||||
include portal/2024-jingganjiaoyu/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2024-jingganjiaoyu.shylinux.com;
|
||||
include portal/2024-jingganjiaoyu/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2024-jingganjiaoyu/upstream.conf
Normal file
3
etc/portal/2024-jingganjiaoyu/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2024-jingganjiaoyu {
|
||||
server 49.232.11.57:9045;
|
||||
}
|
9
etc/portal/2024-laoshaojiaju/location.conf
Normal file
9
etc/portal/2024-laoshaojiaju/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2024-laoshaojiaju;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2024-laoshaojiaju;
|
||||
}
|
11
etc/portal/2024-laoshaojiaju/server.conf
Normal file
11
etc/portal/2024-laoshaojiaju/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2024-laoshaojiaju.shylinux.com;
|
||||
include portal/2024-laoshaojiaju/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2024-laoshaojiaju.shylinux.com;
|
||||
include portal/2024-laoshaojiaju/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2024-laoshaojiaju/upstream.conf
Normal file
3
etc/portal/2024-laoshaojiaju/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2024-laoshaojiaju {
|
||||
server 127.0.0.1:9043;
|
||||
}
|
9
etc/portal/2024-shandong/location.conf
Normal file
9
etc/portal/2024-shandong/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2024-shandong;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2024-shandong;
|
||||
}
|
11
etc/portal/2024-shandong/server.conf
Normal file
11
etc/portal/2024-shandong/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2024-shandong.shylinux.com;
|
||||
include portal/2024-shandong/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2024-shandong.shylinux.com;
|
||||
include portal/2024-shandong/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2024-shandong/upstream.conf
Normal file
3
etc/portal/2024-shandong/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2024-shandong {
|
||||
server 127.0.0.1:9041;
|
||||
}
|
9
etc/portal/2024-yunxuanlinghang/location.conf
Normal file
9
etc/portal/2024-yunxuanlinghang/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2024-yunxuanlinghang;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2024-yunxuanlinghang;
|
||||
}
|
11
etc/portal/2024-yunxuanlinghang/server.conf
Normal file
11
etc/portal/2024-yunxuanlinghang/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2024-yunxuanlinghang.shylinux.com;
|
||||
include portal/2024-yunxuanlinghang/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2024-yunxuanlinghang.shylinux.com;
|
||||
include portal/2024-yunxuanlinghang/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2024-yunxuanlinghang/upstream.conf
Normal file
3
etc/portal/2024-yunxuanlinghang/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2024-yunxuanlinghang {
|
||||
server 111.230.17.159:9046;
|
||||
}
|
9
etc/portal/2024-zelinqiche/location.conf
Normal file
9
etc/portal/2024-zelinqiche/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2024-zelinqiche;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2024-zelinqiche;
|
||||
}
|
11
etc/portal/2024-zelinqiche/server.conf
Normal file
11
etc/portal/2024-zelinqiche/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2024-zelinqiche.shylinux.com;
|
||||
include portal/2024-zelinqiche/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2024-zelinqiche.shylinux.com;
|
||||
include portal/2024-zelinqiche/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2024-zelinqiche/upstream.conf
Normal file
3
etc/portal/2024-zelinqiche/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2024-zelinqiche {
|
||||
server 127.0.0.1:9044;
|
||||
}
|
9
etc/portal/2024/location.conf
Normal file
9
etc/portal/2024/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2024;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2024;
|
||||
}
|
11
etc/portal/2024/server.conf
Normal file
11
etc/portal/2024/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2024.shylinux.com;
|
||||
include portal/2024/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2024.shylinux.com;
|
||||
include portal/2024/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2024/upstream.conf
Normal file
3
etc/portal/2024/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2024 {
|
||||
server 127.0.0.1:9040;
|
||||
}
|
9
etc/portal/2025-ContextOS/location.conf
Normal file
9
etc/portal/2025-ContextOS/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2025-ContextOS;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2025-ContextOS;
|
||||
}
|
11
etc/portal/2025-ContextOS/server.conf
Normal file
11
etc/portal/2025-ContextOS/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2025-ContextOS.shylinux.com;
|
||||
include portal/2025-ContextOS/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-ContextOS.shylinux.com;
|
||||
include portal/2025-ContextOS/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2025-ContextOS/upstream.conf
Normal file
3
etc/portal/2025-ContextOS/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2025-ContextOS {
|
||||
server 127.0.0.1:9050;
|
||||
}
|
9
etc/portal/2025-bbs/location.conf
Normal file
9
etc/portal/2025-bbs/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2025-bbs;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2025-bbs;
|
||||
}
|
11
etc/portal/2025-bbs/server.conf
Normal file
11
etc/portal/2025-bbs/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2025-bbs.shylinux.com;
|
||||
include portal/2025-bbs/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-bbs.shylinux.com;
|
||||
include portal/2025-bbs/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2025-bbs/upstream.conf
Normal file
3
etc/portal/2025-bbs/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2025-bbs {
|
||||
server 127.0.0.1:9053;
|
||||
}
|
9
etc/portal/2025-dev/location.conf
Normal file
9
etc/portal/2025-dev/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2025-dev;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2025-dev;
|
||||
}
|
11
etc/portal/2025-dev/server.conf
Normal file
11
etc/portal/2025-dev/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2025-dev.shylinux.com;
|
||||
include portal/2025-dev/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-dev.shylinux.com;
|
||||
include portal/2025-dev/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2025-dev/upstream.conf
Normal file
3
etc/portal/2025-dev/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2025-dev {
|
||||
server 127.0.0.1:9054;
|
||||
}
|
9
etc/portal/2025-foundation/location.conf
Normal file
9
etc/portal/2025-foundation/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2025-foundation;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2025-foundation;
|
||||
}
|
11
etc/portal/2025-foundation/server.conf
Normal file
11
etc/portal/2025-foundation/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2025-foundation.shylinux.com;
|
||||
include portal/2025-foundation/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-foundation.shylinux.com;
|
||||
include portal/2025-foundation/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2025-foundation/upstream.conf
Normal file
3
etc/portal/2025-foundation/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2025-foundation {
|
||||
server 127.0.0.1:9052;
|
||||
}
|
9
etc/portal/2025-git/location.conf
Normal file
9
etc/portal/2025-git/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2025-git;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2025-git;
|
||||
}
|
11
etc/portal/2025-git/server.conf
Normal file
11
etc/portal/2025-git/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2025-git.shylinux.com;
|
||||
include portal/2025-git/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-git.shylinux.com;
|
||||
include portal/2025-git/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2025-git/upstream.conf
Normal file
3
etc/portal/2025-git/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2025-git {
|
||||
server 127.0.0.1:9055;
|
||||
}
|
9
etc/portal/2025-pod/location.conf
Normal file
9
etc/portal/2025-pod/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2025-pod;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2025-pod;
|
||||
}
|
11
etc/portal/2025-pod/server.conf
Normal file
11
etc/portal/2025-pod/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2025-pod.shylinux.com;
|
||||
include portal/2025-pod/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-pod.shylinux.com;
|
||||
include portal/2025-pod/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2025-pod/upstream.conf
Normal file
3
etc/portal/2025-pod/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2025-pod {
|
||||
server 127.0.0.1:9056;
|
||||
}
|
9
etc/portal/2025-support/location.conf
Normal file
9
etc/portal/2025-support/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2025-support;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2025-support;
|
||||
}
|
11
etc/portal/2025-support/server.conf
Normal file
11
etc/portal/2025-support/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2025-support.shylinux.com;
|
||||
include portal/2025-support/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-support.shylinux.com;
|
||||
include portal/2025-support/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2025-support/upstream.conf
Normal file
3
etc/portal/2025-support/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2025-support {
|
||||
server 127.0.0.1:9051;
|
||||
}
|
9
etc/portal/2025-web/location.conf
Normal file
9
etc/portal/2025-web/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2025-web;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2025-web;
|
||||
}
|
11
etc/portal/2025-web/server.conf
Normal file
11
etc/portal/2025-web/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2025-web.shylinux.com;
|
||||
include portal/2025-web/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-web.shylinux.com;
|
||||
include portal/2025-web/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2025-web/upstream.conf
Normal file
3
etc/portal/2025-web/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2025-web {
|
||||
server 127.0.0.1:9057;
|
||||
}
|
9
etc/portal/2025/location.conf
Normal file
9
etc/portal/2025/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2025;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2025;
|
||||
}
|
11
etc/portal/2025/server.conf
Normal file
11
etc/portal/2025/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2025.shylinux.com;
|
||||
include portal/2025/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025.shylinux.com;
|
||||
include portal/2025/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2025/upstream.conf
Normal file
3
etc/portal/2025/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2025 {
|
||||
server 127.0.0.1:9050;
|
||||
}
|
9
etc/portal/bbs/location.conf
Normal file
9
etc/portal/bbs/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://bbs;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://bbs;
|
||||
}
|
11
etc/portal/bbs/server.conf
Normal file
11
etc/portal/bbs/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name bbs.shylinux.com;
|
||||
include portal/bbs/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name bbs.shylinux.com;
|
||||
include portal/bbs/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/bbs/upstream.conf
Normal file
3
etc/portal/bbs/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream bbs {
|
||||
server 127.0.0.1:9053;
|
||||
}
|
9
etc/portal/demo/location.conf
Normal file
9
etc/portal/demo/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://demo;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://demo;
|
||||
}
|
11
etc/portal/demo/server.conf
Normal file
11
etc/portal/demo/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name demo.shylinux.com;
|
||||
include portal/demo/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name demo.shylinux.com;
|
||||
include portal/demo/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/demo/upstream.conf
Normal file
3
etc/portal/demo/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream demo {
|
||||
server 127.0.0.1:20076;
|
||||
}
|
9
etc/portal/dev/location.conf
Normal file
9
etc/portal/dev/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://dev;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://dev;
|
||||
}
|
11
etc/portal/dev/server.conf
Normal file
11
etc/portal/dev/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name dev.shylinux.com;
|
||||
include portal/dev/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name dev.shylinux.com;
|
||||
include portal/dev/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/dev/upstream.conf
Normal file
3
etc/portal/dev/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream dev {
|
||||
server 127.0.0.1:9054;
|
||||
}
|
9
etc/portal/foundation/location.conf
Normal file
9
etc/portal/foundation/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://foundation;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://foundation;
|
||||
}
|
11
etc/portal/foundation/server.conf
Normal file
11
etc/portal/foundation/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name foundation.shylinux.com;
|
||||
include portal/foundation/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name foundation.shylinux.com;
|
||||
include portal/foundation/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/foundation/upstream.conf
Normal file
3
etc/portal/foundation/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream foundation {
|
||||
server 127.0.0.1:9052;
|
||||
}
|
9
etc/portal/git/location.conf
Normal file
9
etc/portal/git/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://git;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://git;
|
||||
}
|
11
etc/portal/git/server.conf
Normal file
11
etc/portal/git/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name git.shylinux.com;
|
||||
include portal/git/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name git.shylinux.com;
|
||||
include portal/git/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/git/upstream.conf
Normal file
3
etc/portal/git/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream git {
|
||||
server 127.0.0.1:3000;
|
||||
}
|
9
etc/portal/h15/location.conf
Normal file
9
etc/portal/h15/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://h15;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://h15;
|
||||
}
|
11
etc/portal/h15/server.conf
Normal file
11
etc/portal/h15/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name h15.shylinux.com;
|
||||
include portal/h15/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name h15.shylinux.com;
|
||||
include portal/h15/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/h15/upstream.conf
Normal file
3
etc/portal/h15/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream h15 {
|
||||
server 127.0.0.1:20073;
|
||||
}
|
9
etc/portal/pod/location.conf
Normal file
9
etc/portal/pod/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://pod;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://pod;
|
||||
}
|
11
etc/portal/pod/server.conf
Normal file
11
etc/portal/pod/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name pod.shylinux.com;
|
||||
include portal/pod/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name pod.shylinux.com;
|
||||
include portal/pod/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/pod/upstream.conf
Normal file
3
etc/portal/pod/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream pod {
|
||||
server 127.0.0.1:9056;
|
||||
}
|
9
etc/portal/shylinux/location.conf
Normal file
9
etc/portal/shylinux/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://shylinux;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://shylinux;
|
||||
}
|
12
etc/portal/shylinux/server.conf
Normal file
12
etc/portal/shylinux/server.conf
Normal file
@ -0,0 +1,12 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name shylinux.com;
|
||||
include portal/shylinux/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name shylinux.com;
|
||||
location / {
|
||||
return 307 https://$server_name$request_uri;
|
||||
}
|
||||
}
|
3
etc/portal/shylinux/upstream.conf
Normal file
3
etc/portal/shylinux/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream shylinux {
|
||||
server 127.0.0.1:9020;
|
||||
}
|
9
etc/portal/support/location.conf
Normal file
9
etc/portal/support/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://support;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://support;
|
||||
}
|
11
etc/portal/support/server.conf
Normal file
11
etc/portal/support/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name support.shylinux.com;
|
||||
include portal/support/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name support.shylinux.com;
|
||||
include portal/support/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/support/upstream.conf
Normal file
3
etc/portal/support/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream support {
|
||||
server 127.0.0.1:9051;
|
||||
}
|
9
etc/portal/web/location.conf
Normal file
9
etc/portal/web/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://web;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://web;
|
||||
}
|
11
etc/portal/web/server.conf
Normal file
11
etc/portal/web/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name web.shylinux.com;
|
||||
include portal/web/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name web.shylinux.com;
|
||||
include portal/web/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/web/upstream.conf
Normal file
3
etc/portal/web/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream web {
|
||||
server 127.0.0.1:9057;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user