Compare commits
3 commits
796ee6dc84
...
a309bcf053
Author | SHA1 | Date | |
---|---|---|---|
a309bcf053 | |||
cbed3e3405 | |||
45d89e80b4 |
4 changed files with 3 additions and 4 deletions
|
@ -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" \
|
||||
|
|
|
@ -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,5 +68,4 @@ services:
|
|||
retries: 10
|
||||
|
||||
volumes:
|
||||
tm-server: {}
|
||||
xaseco: {}
|
||||
|
|
|
@ -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: .
|
||||
|
|
Loading…
Reference in a new issue