Skip to content

Commit 0a3b857

Browse files
authored
add location file in vm-based install, correct example settings file (#226)
1 parent 3d971df commit 0a3b857

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

settings.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PROVIDE_INDEX_PAGE=false
1414
APPEND_SLASH_FOR_POSSIBLE_DIRECTORY=false
1515
DIRECTORY_LISTING_PATH_PREFIX=""
1616
PROXY_CACHE_MAX_SIZE=10g
17-
ENV PROXY_CACHE_SLICE_SIZE="1m"
17+
PROXY_CACHE_SLICE_SIZE="1m"
1818
PROXY_CACHE_INACTIVE=60m
1919
PROXY_CACHE_VALID_OK=1h
2020
PROXY_CACHE_VALID_NOTFOUND=1m

standalone_ubuntu_oss_install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ download "common/etc/nginx/templates/gateway/js_fetch_trusted_certificate.conf.t
384384
download "common/etc/nginx/templates/gateway/s3listing_location.conf.template" "/etc/nginx/templates/gateway/s3listing_location.conf.template"
385385
download "common/etc/nginx/templates/gateway/s3_location.conf.template" "/etc/nginx/templates/gateway/s3_location.conf.template"
386386
download "common/etc/nginx/templates/gateway/s3_server.conf.template" "/etc/nginx/templates/gateway/s3_server.conf.template"
387+
download "common/etc/nginx/templates/gateway/s3_location_common.conf.template" "/etc/nginx/templates/gateway/s3_location_common.conf.template"
387388
download "oss/etc/nginx/templates/upstreams.conf.template" "/etc/nginx/templates/upstreams.conf.template"
388389
download "oss/etc/nginx/conf.d/gateway/server_variables.conf" "/etc/nginx/conf.d/gateway/server_variables.conf"
389390

0 commit comments

Comments
 (0)