nginx & mariadb

This commit is contained in:
Alexandre
2021-12-27 23:40:19 +01:00
parent ccc1fbf583
commit 51d12defcc
9 changed files with 217 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
upstream backend {
server 127.0.0.1:8080;
}