Compare commits

..

No commits in common. "959b737095e072ad5e9d87a385a798c941ca801d" and "c13422ea7b0e99ffa74f920864c5e3f6ee707c5d" have entirely different histories.

2 changed files with 0 additions and 14 deletions

View File

@ -1,5 +0,0 @@
docker run -d --net main_subnet --ip 172.30.22.1 \
-e TZ=America/New_York \
--name=HRConvert2 \
--restart unless-stopped \
dwaaan/hrconvert2-docker

View File

@ -1,9 +0,0 @@
%
@ #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;")