docs: update deployment config

This commit is contained in:
Jonas Kaninda
2024-11-10 08:15:47 +01:00
parent 4ee9ec5825
commit 0895151b59
10 changed files with 69 additions and 10 deletions

View File

@@ -28,8 +28,8 @@ Example of access middleware
```yaml
routes:
- name: Basic auth
path: /protected
- path: /protected
name: Basic auth
rewrite: /
destination: 'https://example.com'
methods: [POST, PUT, GET]