Skip to content

Commit aed77a7

Browse files
committed
Formatting fixes for docs
1 parent 9244247 commit aed77a7

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

lib/kamal/configuration/docs/builder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#
99
# Options go under the builder key in the root configuration.
1010
builder:
11+
1112
# Arch
1213
#
1314
# The architectures to build for — you can set an array or just a single value.

lib/kamal/configuration/docs/proxy.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# run on the same proxy.
1212
#
1313
proxy:
14+
1415
# Hosts
1516
#
1617
# The hosts that will be used to serve the app. The proxy will only route requests
@@ -48,9 +49,9 @@ proxy:
4849

4950
# Custom SSL certificate
5051
#
51-
# In some cases, using Let's Encrypt for automatic certificate management is not an
52-
# option, or you may already have SSL certificates issued by a different
53-
# Certificate Authority (CA). Kamal supports loading custom SSL certificates
52+
# In some cases, using Let's Encrypt for automatic certificate management is not an
53+
# option, or you may already have SSL certificates issued by a different
54+
# Certificate Authority (CA). Kamal supports loading custom SSL certificates
5455
# directly from secrets.
5556
#
5657
# Examples:
@@ -84,12 +85,12 @@ proxy:
8485

8586
# Path-based routing
8687
#
87-
# For applications that split their traffic to different services based on the request path,
88+
# For applications that split their traffic to different services based on the request path,
8889
# you can use path-based routing to mount services under different path prefixes.
8990
path_prefix: '/api'
90-
# By default, the path prefix will be stripped from the request before it is forwarded upstream.
91-
# So in the example above, a request to /api/users/123 will be forwarded to web-1 as /users/123.
92-
# To instead forward the request with the original path (including the prefix),
91+
# By default, the path prefix will be stripped from the request before it is forwarded upstream.
92+
# So in the example above, a request to /api/users/123 will be forwarded to web-1 as /users/123.
93+
# To instead forward the request with the original path (including the prefix),
9394
# specify --strip-path-prefix=false
9495
strip_path_prefix: false
9596

0 commit comments

Comments
 (0)