@@ -0,0 +1 @@
+http.conf
+docker.https.include
+https.conf
@@ -0,0 +1,6 @@
+ServerName %%HOST%%
+ServerAlias %%HOST%%
+ProxyPreserveHost On
+ProxyRequests off
+ProxyPass / https://127.0.0.1:8080/
+ProxyPassReverse / http://127.0.0.1:8080/