Compare commits
No commits in common. "a309bcf053aa183acae1c2da0d93d6a4e04ebcc7" and "796ee6dc846b0d83fdcc256df6641a7cb52df1a1" have entirely different histories.
a309bcf053
...
796ee6dc84
4 changed files with 4 additions and 3 deletions
|
@ -115,7 +115,7 @@ begin
|
||||||
set -l argv $argv[4..]
|
set -l argv $argv[4..]
|
||||||
getServiceDefaultProxy $domain $s "$location" --scheme https $argv
|
getServiceDefaultProxy $domain $s "$location" --scheme https $argv
|
||||||
else
|
else
|
||||||
getServiceDefaultProxy $argv
|
getServiceDefaultProxy $argv --path "$location"
|
||||||
|
|
||||||
if [ "$s" = "$service" ]
|
if [ "$s" = "$service" ]
|
||||||
printf "%s\n" \
|
printf "%s\n" \
|
||||||
|
|
|
@ -46,7 +46,7 @@ http {
|
||||||
# will add the domain to a hardcoded list that is shipped
|
# will add the domain to a hardcoded list that is shipped
|
||||||
# in all major browsers and getting removed from this list
|
# in all major browsers and getting removed from this list
|
||||||
# could take several months.
|
# could take several months.
|
||||||
add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload" always;
|
#add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload" always;
|
||||||
|
|
||||||
# set max upload size and increase upload timeout:
|
# set max upload size and increase upload timeout:
|
||||||
client_max_body_size 512M;
|
client_max_body_size 512M;
|
||||||
|
|
|
@ -68,4 +68,5 @@ services:
|
||||||
retries: 10
|
retries: 10
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
tm-server: {}
|
||||||
xaseco: {}
|
xaseco: {}
|
||||||
|
|
|
@ -4,7 +4,7 @@ services:
|
||||||
file: docker-compose.core.overrides.yml
|
file: docker-compose.core.overrides.yml
|
||||||
service: tm
|
service: tm
|
||||||
volumes: &tm-volumes
|
volumes: &tm-volumes
|
||||||
- ./app:/app
|
- tm-server:/app
|
||||||
xaseco-installer:
|
xaseco-installer:
|
||||||
build: &xaseco-build
|
build: &xaseco-build
|
||||||
context: .
|
context: .
|
||||||
|
|
Loading…
Reference in a new issue