@@ -75,6 +75,10 @@ connect_timeout_secs = 5
7575read_timeout_secs = 600
7676send_timeout_secs = 600
7777
78+ [vhosts .routes .headers .request .add ]
79+ upgrade = " {http.upgrade}"
80+ connection = " upgrade"
81+
7882[[vhosts ]]
7983name = " identity.dev.pawalyze.com"
8084hosts = [" identity.dev.pawalyze.com" ]
@@ -100,3 +104,77 @@ send_timeout_secs = 60
100104
101105[vhosts .headers .request .add ]
102106x-forwarded-port = " 443"
107+
108+ [[vhosts ]]
109+ name = " support.dev.pawalyze.com"
110+ hosts = [" support.dev.pawalyze.com" ]
111+
112+ [vhosts .tls ]
113+ enabled = true
114+
115+ [vhosts .tls .certificate ]
116+ cert_path = " /etc/fluxheim/tls/support.dev.pawalyze.com/fullchain.pem"
117+ key_path = " /etc/fluxheim/tls/support.dev.pawalyze.com/privkey.pem"
118+
119+ [vhosts .acme_challenge ]
120+ enabled = true
121+ upstreams = [" host.containers.internal:8080" ]
122+
123+ [vhosts .proxy ]
124+ upstreams = [" host.containers.internal:6013" ]
125+ upstream_tls = false
126+ connect_timeout_secs = 5
127+ read_timeout_secs = 60
128+ send_timeout_secs = 60
129+
130+ [[vhosts ]]
131+ name = " account.dev.pawalyze.com"
132+ hosts = [" account.dev.pawalyze.com" ]
133+
134+ [vhosts .tls ]
135+ enabled = true
136+
137+ [vhosts .tls .certificate ]
138+ cert_path = " /etc/fluxheim/tls/account.dev.pawalyze.com/fullchain.pem"
139+ key_path = " /etc/fluxheim/tls/account.dev.pawalyze.com/privkey.pem"
140+
141+ [vhosts .acme_challenge ]
142+ enabled = true
143+ upstreams = [" host.containers.internal:8080" ]
144+
145+ [vhosts .proxy ]
146+ upstreams = [" host.containers.internal:6015" ]
147+ upstream_tls = false
148+ connect_timeout_secs = 5
149+ read_timeout_secs = 60
150+ send_timeout_secs = 60
151+
152+ [vhosts .headers .request .add ]
153+ upgrade = " {http.upgrade}"
154+ connection = " upgrade"
155+
156+ [[vhosts ]]
157+ name = " pawmins.dev.pawalyze.com"
158+ hosts = [" pawmins.dev.pawalyze.com" ]
159+
160+ [vhosts .tls ]
161+ enabled = true
162+
163+ [vhosts .tls .certificate ]
164+ cert_path = " /etc/fluxheim/tls/pawmins.dev.pawalyze.com/fullchain.pem"
165+ key_path = " /etc/fluxheim/tls/pawmins.dev.pawalyze.com/privkey.pem"
166+
167+ [vhosts .acme_challenge ]
168+ enabled = true
169+ upstreams = [" host.containers.internal:8080" ]
170+
171+ [vhosts .proxy ]
172+ upstreams = [" host.containers.internal:6016" ]
173+ upstream_tls = false
174+ connect_timeout_secs = 5
175+ read_timeout_secs = 60
176+ send_timeout_secs = 60
177+
178+ [vhosts .headers .request .add ]
179+ upgrade = " {http.upgrade}"
180+ connection = " upgrade"
0 commit comments