[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:
4
files/domains.env
Normal file
4
files/domains.env
Normal file
@@ -0,0 +1,4 @@
|
||||
# domains are seperated with \n
|
||||
DOMAINS=example.com www api test
|
||||
# server values are seperated with ' ' (space) (one server per domain)
|
||||
SERVER=web
|
||||
Reference in New Issue
Block a user