1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-06-26 09:57:30 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2025-02-16 22:09:34 +08:00
parent 334c3c3371
commit 14032e7259
30 changed files with 108 additions and 18 deletions

View File

@ -7,4 +7,5 @@ server {
listen 80;
server_name 2023-ContextOS.shylinux.com;
include location/tohttps.conf;
# include portal/2023-ContextOS/location.conf;
}

View File

@ -7,4 +7,5 @@ server {
listen 80;
server_name 2024-ContextOS.shylinux.com;
include location/tohttps.conf;
# include portal/2024-ContextOS/location.conf;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -7,4 +7,5 @@ server {
listen 80;
server_name 2025-ContextOS.shylinux.com;
include location/tohttps.conf;
# include portal/2025-ContextOS/location.conf;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View 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;
}

View 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;
}

View File

@ -0,0 +1,3 @@
upstream 2025-cluster {
server 127.0.0.1:40000;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View 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;
}

View 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;
}

View File

@ -0,0 +1,3 @@
upstream 2025-machine {
server 127.0.0.1:40001;
}

View 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;
}

View 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;
}

View File

@ -0,0 +1,3 @@
upstream 2025-machine2 {
server 127.0.0.1:40002;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}