typo
This commit is contained in:
parent
5a6dc4940c
commit
87a4ab9687
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ RewriteRule ^ http://%1 [QSA,P,L]
|
|||
# - (any) IPv6
|
||||
# - localhost
|
||||
# - local.domain (e.g. example.org)
|
||||
<LocationMatch "^/proxy/https?:/+([0-9]{1,3}(\.[0-9]{1,3}){3}|([0-9a-zA-Z]{0,4}:?)?(:[0-9a-zA-Z]{1,4}:){0,6}([.:][0-9a-zA-Z]{1,4}){1,7}|[^/]*(localhost|local\.domain|example\.org))(/|$)">
|
||||
<LocationMatch "^/proxy/https?:/+([0-9]{1,3}(\.[0-9]{1,3}){3}|([0-9a-fA-F]{0,4}:?)?(:[0-9a-fA-F]{1,4}:){0,6}([.:][0-9a-fA-F]{1,4}){1,7}|[^/]*(localhost|local\.domain|example\.org))(/|$)">
|
||||
Require all denied
|
||||
</LocationMatch>
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue