Browse Source

docker templates

tags/v2.0.0
Robin Thoni 7 years ago
parent
commit
67aeb0d6ef

+ 1
- 0
sitegen/docker.http.conf View File

@@ -0,0 +1 @@
1
+http.conf

+ 1
- 0
sitegen/docker.http.include View File

@@ -0,0 +1 @@
1
+docker.https.include

+ 1
- 0
sitegen/docker.https.conf View File

@@ -0,0 +1 @@
1
+https.conf

+ 6
- 0
sitegen/docker.https.include View File

@@ -0,0 +1,6 @@
1
+ServerName %%HOST%%
2
+ServerAlias %%HOST%%
3
+ProxyPreserveHost On
4
+ProxyRequests off
5
+ProxyPass / https://127.0.0.1:8080/
6
+ProxyPassReverse / http://127.0.0.1:8080/

Loading…
Cancel
Save