Fix typos

This commit is contained in:
Torstein Eide 2024-01-12 14:35:30 +01:00 committed by GitHub
parent cf85d66b2f
commit 6ca684603c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -284,13 +284,13 @@ backend default_backend
```` ````
#### PFsense and HAproxy ### PFsense and HAproxy
For PFsense the inputs are more graficals For PFsense the inputs are graphical, and `Health checking` is enabled.
##### Frontend, Default backend, access control lists and actions #### Frontend, Default backend, access control lists and actions
###### Access Control lists ##### Access Control lists
| Name | Expression | CS | Not | Value | | Name | Expression | CS | Not | Value |
|:--------------:|:-----------------:|:--:|:---:|:---------------:| |:--------------:|:-----------------:|:--:|:---:|:---------------:|
@ -298,29 +298,29 @@ For PFsense the inputs are more graficals
###### Actions ##### Actions
The `condition acl names` needs to match the name above `audiobookshelf`. The `condition acl names` needs to match the name above `audiobookshelf`.
| Action | Parameters | Condition acl names | Backend | | Action | Parameters | Condition acl names |
|:--------------:|:-----------------:|:---------------:|:---------------:| |:--------------:|:-----------------:|:---------------:|
| audiobookshelf | Host starts with: | audiobookshelf. | audiobookshelf| | `Use Backend` |audiobookshelf | audiobookshelf |
##### Backend #### Backend
The `Name` needs to match the `Backend` above `audiobookshelf`. The `Name` needs to match the `Parameters` above `audiobookshelf`.
| Name | audiobookshelf | | Name | audiobookshelf |
|--------------|-----------------| |--------------|-----------------|
**Server list:** ##### Server list:
| Name | Expression | CS | Not | Value | | Name | Expression | CS | Not | Value |
|:--------------:|:-----------------:|:--:|:---:|:---------------:| |:--------------:|:-----------------:|:--:|:---:|:---------------:|
| audiobookshelf | Host starts with: | | | audiobookshelf. | | audiobookshelf | Host starts with: | | | audiobookshelf. |
##### Health checking ##### Health checking:
Health checking is enabled by default. `Http check method` of `OPTIONS` is not supported on Audiobookshelf. Health checking is enabled by default. `Http check method` of `OPTIONS` is not supported on Audiobookshelf.
If Health check fails, data will not be forwared. If Health check fails, data will not be forwared.