You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,11 @@ running as a Container or as a Systemd service.
30
30
|`APPEND_SLASH_FOR_POSSIBLE_DIRECTORY`| No |`true`, `false`|`false`| Flag enabling the return a 302 with a `/` appended to the path. This is independent of the behavior selected in `ALLOW_DIRECTORY_LIST` or `PROVIDE_INDEX_PAGE`. |
31
31
|`DIRECTORY_LISTING_PATH_PREFIX`| No ||| In `ALLOW_DIRECTORY_LIST=true` mode [adds defined prefix to links](#configuring-directory-listing)|
32
32
|`DNS_RESOLVERS`| No ||| DNS resolvers (separated by single spaces) to configure NGINX with |
33
-
|`PROXY_CACHE_MAX_SIZE`| No ||| Limits cache size |
34
-
|`PROXY_CACHE_INACTIVE`| No ||| Cached data that are not accessed during the time specified by the parameter get removed from the cache regardless of their freshness |
35
-
|`PROXY_CACHE_VALID_OK`| No ||| Sets caching time for response code 200 and 302 |
36
-
|`PROXY_CACHE_VALID_NOTFOUND`| No ||| Sets caching time for response code 404 |
37
-
|`PROXY_CACHE_VALID_FORBIDDEN`| No ||| Sets caching time for response code 403 |
33
+
|`PROXY_CACHE_MAX_SIZE`| No ||`10g`| Limits cache size |
34
+
|`PROXY_CACHE_INACTIVE`| No ||`60m`| Cached data that are not accessed during the time specified by the parameter get removed from the cache regardless of their freshness |
35
+
|`PROXY_CACHE_VALID_OK`| No ||`1h`| Sets caching time for response code 200 and 302 |
36
+
|`PROXY_CACHE_VALID_NOTFOUND`| No ||`1m`| Sets caching time for response code 404 |
37
+
|`PROXY_CACHE_VALID_FORBIDDEN`| No ||`30s`| Sets caching time for response code 403 |
38
38
|`PROVIDE_INDEX_PAGE`| No |`true`, `false`|`false`| Flag which returns the index page if there is one when requesting a directory. Cannot be enabled with `ALLOW_DIRECTORY_LIST`. |
39
39
|`JS_TRUSTED_CERT_PATH`| No ||| Enables the `js_fetch_trusted_certificate` directive when retrieving AWS credentials and sets the path (on the container) to the specified path |
40
40
|`HEADER_PREFIXES_TO_STRIP`| No ||| A list of HTTP header prefixes that exclude headers client responses. List should be specified in lower-case and a semicolon (;) should be used to as a deliminator between values. For example: `x-goog-;x-something-`|
0 commit comments