Skip to content

Commit

Permalink
deploy: 387f0f3
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Jul 15, 2024
1 parent f751ef8 commit 5ee57e7
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
5 changes: 4 additions & 1 deletion config-file.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,10 @@ <h2 id="config-example"><a class="header" href="#config-example">Config Example<
# The socket address to bind [default: 0.0.0.0:3000]
listen_addresses: '0.0.0.0:3000'

# Set TileJSON URL path prefix, ignoring X-Rewrite-URL header. Must begin with a `/`
# Set TileJSON URL path prefix. This overides the default of respecting the X-Rewrite-URL header.
# Only modifies the JSON (TileJSON) returned, martins' API-URLs remain unchanged. If you need to rewrite URLs, please use a reverse proxy.
# Must begin with a `/`.
# Examples: `/`, `/tiles`
base_path: /tiles

# Number of web server workers
Expand Down
10 changes: 8 additions & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,10 @@ <h3 id="building-from-source"><a class="header" href="#building-from-source">Bui
The socket address to bind. [DEFAULT: 0.0.0.0:3000]

--base-path &lt;BASE_PATH&gt;
Set TileJSON URL path prefix, ignoring X-Rewrite-URL header. Must begin with a `/`. Examples: `/`, `/tiles`
Set TileJSON URL path prefix. This overides the default of respecting the X-Rewrite-URL header.
Only modifies the JSON (TileJSON) returned, martins' API-URLs remain unchanged. If you need to rewrite URLs, please use a reverse proxy.
Must begin with a `/`.
Examples: `/`, `/tiles`

-W, --workers &lt;WORKERS&gt;
Number of web server workers
Expand Down Expand Up @@ -805,7 +808,10 @@ <h2 id="config-example"><a class="header" href="#config-example">Config Example<
# The socket address to bind [default: 0.0.0.0:3000]
listen_addresses: '0.0.0.0:3000'

# Set TileJSON URL path prefix, ignoring X-Rewrite-URL header. Must begin with a `/`
# Set TileJSON URL path prefix. This overides the default of respecting the X-Rewrite-URL header.
# Only modifies the JSON (TileJSON) returned, martins' API-URLs remain unchanged. If you need to rewrite URLs, please use a reverse proxy.
# Must begin with a `/`.
# Examples: `/`, `/tiles`
base_path: /tiles

# Number of web server workers
Expand Down
5 changes: 4 additions & 1 deletion run-with-cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,10 @@ <h2 id="command-line-interface"><a class="header" href="#command-line-interface"
The socket address to bind. [DEFAULT: 0.0.0.0:3000]

--base-path &lt;BASE_PATH&gt;
Set TileJSON URL path prefix, ignoring X-Rewrite-URL header. Must begin with a `/`. Examples: `/`, `/tiles`
Set TileJSON URL path prefix. This overides the default of respecting the X-Rewrite-URL header.
Only modifies the JSON (TileJSON) returned, martins' API-URLs remain unchanged. If you need to rewrite URLs, please use a reverse proxy.
Must begin with a `/`.
Examples: `/`, `/tiles`

-W, --workers &lt;WORKERS&gt;
Number of web server workers
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 5ee57e7

Please sign in to comment.