Compare commits

..

3 commits

4 changed files with 3 additions and 4 deletions

View file

@ -115,7 +115,7 @@ begin
set -l argv $argv[4..]
getServiceDefaultProxy $domain $s "$location" --scheme https $argv
else
getServiceDefaultProxy $argv --path "$location"
getServiceDefaultProxy $argv
if [ "$s" = "$service" ]
printf "%s\n" \

View file

@ -46,7 +46,7 @@ http {
# will add the domain to a hardcoded list that is shipped
# in all major browsers and getting removed from this list
# 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:
client_max_body_size 512M;

View file

@ -68,5 +68,4 @@ services:
retries: 10
volumes:
tm-server: {}
xaseco: {}

View file

@ -4,7 +4,7 @@ services:
file: docker-compose.core.overrides.yml
service: tm
volumes: &tm-volumes
- tm-server:/app
- ./app:/app
xaseco-installer:
build: &xaseco-build
context: .