Compare commits
5 Commits
c13422ea7b
...
959b737095
| Author | SHA1 | Date |
|---|---|---|
|
|
959b737095 | |
|
|
7d852d1562 | |
|
|
7840df19e3 | |
|
|
fbbe400f29 | |
|
|
7641cf1662 |
|
|
@ -0,0 +1,5 @@
|
||||||
|
docker run -d --net main_subnet --ip 172.30.22.1 \
|
||||||
|
-e TZ=America/New_York \
|
||||||
|
--name=HRConvert2 \
|
||||||
|
--restart unless-stopped \
|
||||||
|
dwaaan/hrconvert2-docker
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
%
|
||||||
|
@ #ip_address
|
||||||
|
@ http://172.30.22.1:80/
|
||||||
|
%
|
||||||
|
@ #service
|
||||||
|
@ HRConvert2
|
||||||
|
%
|
||||||
|
@ #ADDITIONAL_REPLACE
|
||||||
|
@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";\nclient_max_body_size 100M;")
|
||||||
Loading…
Reference in New Issue