Robin Thoni 7 лет назад
Родитель
Сommit
67aeb0d6ef
4 измененных файлов: 9 добавлений и 0 удалений
  1. 1
    0
      sitegen/docker.http.conf
  2. 1
    0
      sitegen/docker.http.include
  3. 1
    0
      sitegen/docker.https.conf
  4. 6
    0
      sitegen/docker.https.include

+ 1
- 0
sitegen/docker.http.conf Просмотреть файл

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

+ 1
- 0
sitegen/docker.http.include Просмотреть файл

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

+ 1
- 0
sitegen/docker.https.conf Просмотреть файл

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

+ 6
- 0
sitegen/docker.https.include Просмотреть файл

@@ -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/

Загрузка…
Отмена
Сохранить