forked from x/ContextOS
opt some
This commit is contained in:
parent
311f283c5f
commit
334c3c3371
9
etc/portal/2022-ContextOS/location.conf
Normal file
9
etc/portal/2022-ContextOS/location.conf
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
location / {
|
||||||
|
include header/proxy.conf;
|
||||||
|
proxy_pass http://2022-ContextOS;
|
||||||
|
}
|
||||||
|
location /space/ {
|
||||||
|
include header/proxy.conf;
|
||||||
|
include header/websocket.conf;
|
||||||
|
proxy_pass http://2022-ContextOS;
|
||||||
|
}
|
10
etc/portal/2022-ContextOS/server.conf
Normal file
10
etc/portal/2022-ContextOS/server.conf
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
server {
|
||||||
|
listen 443 ssl;
|
||||||
|
server_name 2022-ContextOS.shylinux.com;
|
||||||
|
include portal/2022-ContextOS/location.conf;
|
||||||
|
}
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name 2022-ContextOS.shylinux.com;
|
||||||
|
include location/tohttps.conf;
|
||||||
|
}
|
3
etc/portal/2022-ContextOS/upstream.conf
Normal file
3
etc/portal/2022-ContextOS/upstream.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
upstream 2022-ContextOS {
|
||||||
|
server 127.0.0.1:9022;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user