Deprecated

This commit is contained in:
Alexandre
2024-01-19 17:31:06 +01:00
committed by GitHub
parent 3b9d24ba10
commit ed2a6bf56a
24 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
upstream backend {
server 127.0.0.1:80;
}
upstream wsbackend {
server 127.0.0.1:8080;
}