diff --git a/docs/quickstart/gateway.md b/docs/quickstart/gateway.md index ee0efa0..035cd08 100644 --- a/docs/quickstart/gateway.md +++ b/docs/quickstart/gateway.md @@ -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: diff --git a/goma-gateway.png b/goma-gateway.png index f55f7b2..4700a9b 100644 Binary files a/goma-gateway.png and b/goma-gateway.png differ