[mod] proxy nginx config is now generated based on domains.env

- domains and servers in domains.env are mapped 1:1
 - moved domains.env to ./files/domains.env
 - renamed kweb to web for a more generic approach
This commit is contained in:
2020-05-27 15:58:21 -04:00
parent 3d778ff698
commit f3d17e931a
8 changed files with 130 additions and 46 deletions

6
web/files/index.html Normal file
View File

@@ -0,0 +1,6 @@
<html>
<head>
<title>kweb</title>
</head>
<body>online</body>
</html>