summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-06-04 18:13:21 +0200
committerGitHub <noreply@github.com>2021-06-04 18:13:21 +0200
commitcdf26a3d5677e0372e8892f85a8fd6065d512bcf (patch)
treefd499393b681028d6bd44022513ecc70d953521d /docs
parentc361a3886e28eabbefe403323d4d65663f284ea5 (diff)
parent2810c478a7f2497fad1300ce63c8476bb50a6ad0 (diff)
downloadpodman-cdf26a3d5677e0372e8892f85a8fd6065d512bcf.tar.gz
podman-cdf26a3d5677e0372e8892f85a8fd6065d512bcf.tar.bz2
podman-cdf26a3d5677e0372e8892f85a8fd6065d512bcf.zip
Merge pull request #10546 from boaz0/closes_8645
Add CORS support
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-system-service.1.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-system-service.1.md b/docs/source/markdown/podman-system-service.1.md
index 2c8be73c2..dfb026de1 100644
--- a/docs/source/markdown/podman-system-service.1.md
+++ b/docs/source/markdown/podman-system-service.1.md
@@ -30,6 +30,10 @@ Note: The default systemd unit files (system and user) change the log-level opti
The time until the session expires in _seconds_. The default is 5
seconds. A value of `0` means no timeout, therefore the session will not expire.
+#### **--cors**
+
+CORS headers to inject to the HTTP response. The default value is empty string which disables CORS headers.
+
#### **--help**, **-h**
Print usage statement.