mirror of
https://shylinux.com/x/ContextOS
synced 2025-06-26 01:47:30 +08:00
opt some
This commit is contained in:
parent
334c3c3371
commit
14032e7259
@ -7,4 +7,5 @@ server {
|
||||
listen 80;
|
||||
server_name 2023-ContextOS.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
# include portal/2023-ContextOS/location.conf;
|
||||
}
|
||||
|
@ -7,4 +7,5 @@ server {
|
||||
listen 80;
|
||||
server_name 2024-ContextOS.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
# include portal/2024-ContextOS/location.conf;
|
||||
}
|
||||
|
@ -6,5 +6,6 @@ server {
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2024-guangdong.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
include portal/2024-guangdong/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
||||
|
@ -6,5 +6,6 @@ server {
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2024-laoshaojiaju.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
include portal/2024-laoshaojiaju/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
||||
|
@ -6,5 +6,6 @@ server {
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2024-shandong.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
include portal/2024-shandong/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
||||
|
@ -6,5 +6,6 @@ server {
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2024-zelinqiche.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
include portal/2024-zelinqiche/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
||||
|
@ -7,4 +7,5 @@ server {
|
||||
listen 80;
|
||||
server_name 2025-ContextOS.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
# include portal/2025-ContextOS/location.conf;
|
||||
}
|
||||
|
@ -6,5 +6,6 @@ server {
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-beijing-1.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
include portal/2025-beijing-1/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
||||
|
@ -6,5 +6,6 @@ server {
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-beijing-2.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
include portal/2025-beijing-2/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
||||
|
@ -6,5 +6,6 @@ server {
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-beijing-3.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
include portal/2025-beijing-3/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
||||
|
9
etc/portal/2025-cluster/location.conf
Normal file
9
etc/portal/2025-cluster/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2025-cluster;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2025-cluster;
|
||||
}
|
11
etc/portal/2025-cluster/server.conf
Normal file
11
etc/portal/2025-cluster/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2025-cluster.shylinux.com;
|
||||
include portal/2025-cluster/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-cluster.shylinux.com;
|
||||
include portal/2025-cluster/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2025-cluster/upstream.conf
Normal file
3
etc/portal/2025-cluster/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2025-cluster {
|
||||
server 127.0.0.1:40000;
|
||||
}
|
@ -6,5 +6,6 @@ server {
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-dev.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
include portal/2025-dev/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
||||
|
@ -6,5 +6,6 @@ server {
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-foundation.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
include portal/2025-foundation/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
||||
|
@ -6,5 +6,6 @@ server {
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-git.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
include portal/2025-git/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
||||
|
@ -6,5 +6,6 @@ server {
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-guangzhou-1.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
include portal/2025-guangzhou-1/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
||||
|
@ -6,5 +6,6 @@ server {
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-guangzhou-2.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
include portal/2025-guangzhou-2/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
||||
|
@ -6,5 +6,6 @@ server {
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-guangzhou-3.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
include portal/2025-guangzhou-3/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
||||
|
9
etc/portal/2025-machine/location.conf
Normal file
9
etc/portal/2025-machine/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2025-machine;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2025-machine;
|
||||
}
|
11
etc/portal/2025-machine/server.conf
Normal file
11
etc/portal/2025-machine/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2025-machine.shylinux.com;
|
||||
include portal/2025-machine/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-machine.shylinux.com;
|
||||
include portal/2025-machine/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2025-machine/upstream.conf
Normal file
3
etc/portal/2025-machine/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2025-machine {
|
||||
server 127.0.0.1:40001;
|
||||
}
|
9
etc/portal/2025-machine2/location.conf
Normal file
9
etc/portal/2025-machine2/location.conf
Normal file
@ -0,0 +1,9 @@
|
||||
location / {
|
||||
include header/proxy.conf;
|
||||
proxy_pass http://2025-machine2;
|
||||
}
|
||||
location /space/ {
|
||||
include header/proxy.conf;
|
||||
include header/websocket.conf;
|
||||
proxy_pass http://2025-machine2;
|
||||
}
|
11
etc/portal/2025-machine2/server.conf
Normal file
11
etc/portal/2025-machine2/server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name 2025-machine2.shylinux.com;
|
||||
include portal/2025-machine2/location.conf;
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-machine2.shylinux.com;
|
||||
include portal/2025-machine2/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
3
etc/portal/2025-machine2/upstream.conf
Normal file
3
etc/portal/2025-machine2/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
||||
upstream 2025-machine2 {
|
||||
server 127.0.0.1:40002;
|
||||
}
|
@ -6,5 +6,6 @@ server {
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-pod.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
include portal/2025-pod/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
||||
|
@ -6,5 +6,6 @@ server {
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-shanghai-1.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
include portal/2025-shanghai-1/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
||||
|
@ -6,5 +6,6 @@ server {
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-shanghai-2.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
include portal/2025-shanghai-2/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
||||
|
@ -6,5 +6,6 @@ server {
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-shanghai-3.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
include portal/2025-shanghai-3/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
||||
|
@ -6,5 +6,6 @@ server {
|
||||
server {
|
||||
listen 80;
|
||||
server_name 2025-support.shylinux.com;
|
||||
include location/tohttps.conf;
|
||||
include portal/2025-support/location.conf;
|
||||
# include location/tohttps.conf;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user