Parcourir la source

docker templates

tags/v2.0.0
Robin Thoni il y a 7 ans
Parent
révision
67aeb0d6ef

+ 1
- 0
sitegen/docker.http.conf Voir le fichier

1
+http.conf

+ 1
- 0
sitegen/docker.http.include Voir le fichier

1
+docker.https.include

+ 1
- 0
sitegen/docker.https.conf Voir le fichier

1
+https.conf

+ 6
- 0
sitegen/docker.https.include Voir le fichier

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/

Chargement…
Annuler
Enregistrer