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..]
|
||||
getServiceDefaultProxy $domain $s "$location" --scheme https $argv
|
||||
else
|
||||
getServiceDefaultProxy $argv
|
||||
getServiceDefaultProxy $argv --path "$location"
|
||||
|
||||
if [ "$s" = "$service" ]
|
||||
printf "%s\n" \
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -68,4 +68,5 @@ services:
|
|||
retries: 10
|
||||
|
||||
volumes:
|
||||
tm-server: {}
|
||||
xaseco: {}
|
||||
|
|
|
@ -4,7 +4,7 @@ services:
|
|||
file: docker-compose.core.overrides.yml
|
||||
service: tm
|
||||
volumes: &tm-volumes
|
||||
- ./app:/app
|
||||
- tm-server:/app
|
||||
xaseco-installer:
|
||||
build: &xaseco-build
|
||||
context: .
|
||||
|
|
Loading…
Reference in a new issue