generated from VLADIMIR/template
try
This commit is contained in:
parent
2fa8fe8f09
commit
6de84c8f58
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -8,6 +8,7 @@
|
||||
"GOARCH",
|
||||
"gocarina",
|
||||
"gocsv",
|
||||
"reproxy"
|
||||
"reproxy",
|
||||
"rodniki"
|
||||
]
|
||||
}
|
||||
Binary file not shown.
@ -1 +1 @@
|
||||
import{_ as o,c as s,a as t,o as a}from"./index-CiSgZPGy.js";const n={},c={class:"about"};function r(_,e){return a(),s("div",c,e[0]||(e[0]=[t("h1",null,"This is an about page",-1)]))}const l=o(n,[["render",r]]);export{l as default};
|
||||
import{_ as o,c as s,a as t,o as a}from"./index-Bwtszguj.js";const n={},c={class:"about"};function r(_,e){return a(),s("div",c,e[0]||(e[0]=[t("h1",null,"This is an about page",-1)]))}const l=o(n,[["render",r]]);export{l as default};
|
||||
File diff suppressed because one or more lines are too long
@ -5,7 +5,7 @@
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Родники</title>
|
||||
<script type="module" crossorigin src="/assets/index-CiSgZPGy.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-Bwtszguj.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CH7B9SfS.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -11,15 +11,12 @@ services:
|
||||
networks:
|
||||
- crabs-network
|
||||
labels:
|
||||
# ПРАВИЛО 1: API на пути /api
|
||||
reproxy.1.server: "crabs-games.art"
|
||||
reproxy.1.route: "^/schedule/(.*)"
|
||||
reproxy.1.dest: "http://pinned_message:8210/schedule/$$1"
|
||||
reproxy.1.port: "8210"
|
||||
reproxy.1.ping: "/"
|
||||
|
||||
# ПРАВИЛО 2: СТРАНИЦА SCHEDULE - путь /rodniki
|
||||
# Перенаправляем /schedule на веб-интерфейс (порт 8220)
|
||||
reproxy.2.server: "crabs-games.art"
|
||||
reproxy.2.route: "/rodniki"
|
||||
reproxy.2.dest: "http://pinned_message:8220/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user