mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-05 05:16:04 +02:00
adjust comment blocking (#2488)
This commit is contained in:
parent
65760a9f70
commit
ba1f29a659
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ authenticate_service_url: https://authenticate.localhost.pomerium.io
|
||||||
|
|
||||||
####################################################################################
|
####################################################################################
|
||||||
# Certificate settings: https://www.pomerium.com/docs/reference/certificates.html #
|
# Certificate settings: https://www.pomerium.com/docs/reference/certificates.html #
|
||||||
# The example below assumes a certificate and key file will be mounted to a volume available to the #
|
# The example below assumes a certificate and key file will be mounted to a volume #
|
||||||
# Docker image. #
|
# available to the Docker image. #
|
||||||
####################################################################################
|
####################################################################################
|
||||||
certificate_file: /pomerium/cert.pem
|
certificate_file: /pomerium/cert.pem
|
||||||
certificate_key_file: /pomerium/privkey.pem
|
certificate_key_file: /pomerium/privkey.pem
|
||||||
|
|
Loading…
Add table
Reference in a new issue