docs: update Goma Gateway archi image

This commit is contained in:
Jonas Kaninda
2024-11-12 21:57:49 +01:00
parent d913fe91d2
commit 1070b5227f
2 changed files with 3 additions and 2 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 359 KiB

After

Width:  |  Height:  |  Size: 358 KiB