Merge pull request #97 from jkaninda/docs

docs: update Goma Gateway archi image
This commit is contained in:
2024-11-12 21:59:02 +01:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -10,8 +10,8 @@ nav_order: 1
```yaml
version: 1.0
gateway:
sslCertFile: cert.pem
sslKeyFile: key.pem
sslCertFile: /etc/goma/cert.pem
sslKeyFile: /etc/goma/key.pem
writeTimeout: 15
readTimeout: 15
idleTimeout: 30
@@ -25,6 +25,7 @@ gateway:
disableKeepAlive: false
disableHealthCheckStatus: false
blockCommonExploits: true
# Intercept backend errors
interceptErrors:
- 500
cors:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 359 KiB

After

Width:  |  Height:  |  Size: 358 KiB