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
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