diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-06-04 18:13:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-04 18:13:21 +0200 |
commit | cdf26a3d5677e0372e8892f85a8fd6065d512bcf (patch) | |
tree | fd499393b681028d6bd44022513ecc70d953521d /docs | |
parent | c361a3886e28eabbefe403323d4d65663f284ea5 (diff) | |
parent | 2810c478a7f2497fad1300ce63c8476bb50a6ad0 (diff) | |
download | podman-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.md | 4 |
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. |