forked from x/ContextOS
opt some
This commit is contained in:
parent
956b5affb2
commit
2dc75bec5c
9
etc/portal/2025-beijing-1/location.conf
Normal file
9
etc/portal/2025-beijing-1/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2025-beijing-1;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2025-beijing-1;
|
||||
}
|
10
etc/portal/2025-beijing-1/server.conf
Normal file
10
etc/portal/2025-beijing-1/server.conf
Normal file
@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2025-beijing-1.shylinux.com;
|
||||
include portal/2025-beijing-1/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-beijing-1.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2025-beijing-1/upstream.conf
Normal file
3
etc/portal/2025-beijing-1/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2025-beijing-1 {
|
||||
server 127.0.0.1:30006;
|
||||
}
|
9
etc/portal/2025-beijing-2/location.conf
Normal file
9
etc/portal/2025-beijing-2/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2025-beijing-2;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2025-beijing-2;
|
||||
}
|
10
etc/portal/2025-beijing-2/server.conf
Normal file
10
etc/portal/2025-beijing-2/server.conf
Normal file
@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2025-beijing-2.shylinux.com;
|
||||
include portal/2025-beijing-2/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-beijing-2.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2025-beijing-2/upstream.conf
Normal file
3
etc/portal/2025-beijing-2/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2025-beijing-2 {
|
||||
server 127.0.0.1:30007;
|
||||
}
|
9
etc/portal/2025-beijing-3/location.conf
Normal file
9
etc/portal/2025-beijing-3/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2025-beijing-3;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2025-beijing-3;
|
||||
}
|
10
etc/portal/2025-beijing-3/server.conf
Normal file
10
etc/portal/2025-beijing-3/server.conf
Normal file
@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2025-beijing-3.shylinux.com;
|
||||
include portal/2025-beijing-3/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-beijing-3.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2025-beijing-3/upstream.conf
Normal file
3
etc/portal/2025-beijing-3/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2025-beijing-3 {
|
||||
server 127.0.0.1:30008;
|
||||
}
|
9
etc/portal/2025-guangzhou-1/location.conf
Normal file
9
etc/portal/2025-guangzhou-1/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2025-guangzhou-1;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2025-guangzhou-1;
|
||||
}
|
10
etc/portal/2025-guangzhou-1/server.conf
Normal file
10
etc/portal/2025-guangzhou-1/server.conf
Normal file
@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2025-guangzhou-1.shylinux.com;
|
||||
include portal/2025-guangzhou-1/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-guangzhou-1.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2025-guangzhou-1/upstream.conf
Normal file
3
etc/portal/2025-guangzhou-1/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2025-guangzhou-1 {
|
||||
server 127.0.0.1:30000;
|
||||
}
|
9
etc/portal/2025-guangzhou-2/location.conf
Normal file
9
etc/portal/2025-guangzhou-2/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2025-guangzhou-2;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2025-guangzhou-2;
|
||||
}
|
10
etc/portal/2025-guangzhou-2/server.conf
Normal file
10
etc/portal/2025-guangzhou-2/server.conf
Normal file
@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2025-guangzhou-2.shylinux.com;
|
||||
include portal/2025-guangzhou-2/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-guangzhou-2.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2025-guangzhou-2/upstream.conf
Normal file
3
etc/portal/2025-guangzhou-2/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2025-guangzhou-2 {
|
||||
server 127.0.0.1:30001;
|
||||
}
|
9
etc/portal/2025-guangzhou-3/location.conf
Normal file
9
etc/portal/2025-guangzhou-3/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2025-guangzhou-3;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2025-guangzhou-3;
|
||||
}
|
10
etc/portal/2025-guangzhou-3/server.conf
Normal file
10
etc/portal/2025-guangzhou-3/server.conf
Normal file
@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2025-guangzhou-3.shylinux.com;
|
||||
include portal/2025-guangzhou-3/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-guangzhou-3.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2025-guangzhou-3/upstream.conf
Normal file
3
etc/portal/2025-guangzhou-3/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2025-guangzhou-3 {
|
||||
server 127.0.0.1:30002;
|
||||
}
|
9
etc/portal/2025-shanghai-1/location.conf
Normal file
9
etc/portal/2025-shanghai-1/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2025-shanghai-1;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2025-shanghai-1;
|
||||
}
|
10
etc/portal/2025-shanghai-1/server.conf
Normal file
10
etc/portal/2025-shanghai-1/server.conf
Normal file
@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2025-shanghai-1.shylinux.com;
|
||||
include portal/2025-shanghai-1/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-shanghai-1.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2025-shanghai-1/upstream.conf
Normal file
3
etc/portal/2025-shanghai-1/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2025-shanghai-1 {
|
||||
server 127.0.0.1:30003;
|
||||
}
|
9
etc/portal/2025-shanghai-2/location.conf
Normal file
9
etc/portal/2025-shanghai-2/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2025-shanghai-2;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2025-shanghai-2;
|
||||
}
|
10
etc/portal/2025-shanghai-2/server.conf
Normal file
10
etc/portal/2025-shanghai-2/server.conf
Normal file
@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2025-shanghai-2.shylinux.com;
|
||||
include portal/2025-shanghai-2/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-shanghai-2.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2025-shanghai-2/upstream.conf
Normal file
3
etc/portal/2025-shanghai-2/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2025-shanghai-2 {
|
||||
server 127.0.0.1:30004;
|
||||
}
|
9
etc/portal/2025-shanghai-3/location.conf
Normal file
9
etc/portal/2025-shanghai-3/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2025-shanghai-3;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2025-shanghai-3;
|
||||
}
|
10
etc/portal/2025-shanghai-3/server.conf
Normal file
10
etc/portal/2025-shanghai-3/server.conf
Normal file
@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2025-shanghai-3.shylinux.com;
|
||||
include portal/2025-shanghai-3/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-shanghai-3.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2025-shanghai-3/upstream.conf
Normal file
3
etc/portal/2025-shanghai-3/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2025-shanghai-3 {
|
||||
server 127.0.0.1:30005;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user