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..]
|
set -l argv $argv[4..]
|
||||||
getServiceDefaultProxy $domain $s "$location" --scheme https $argv
|
getServiceDefaultProxy $domain $s "$location" --scheme https $argv
|
||||||
else
|
else
|
||||||
getServiceDefaultProxy $argv --path "$location"
|
getServiceDefaultProxy $argv
|
||||||
|
|
||||||
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,5 +68,4 @@ 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
|
||||||
- tm-server:/app
|
- ./app:/app
|
||||||
xaseco-installer:
|
xaseco-installer:
|
||||||
build: &xaseco-build
|
build: &xaseco-build
|
||||||
context: .
|
context: .
|
||||||
|
|
Loading…
Reference in a new issue