On 4/28/21 8:45 PM, theni...@gmail.com wrote:
Hope I'm putting this in the appropriate mailing list.
A minor (I hope) potential feature request for httpd:
I wish to redirect clients not from a certain IP (e.g. my public IP at
home) to a different location, temporarily. The purpose of this is
On 4/28/21 7:45 PM, theni...@gmail.com wrote:
> Hope I'm putting this in the appropriate mailing list.
>
> A minor (I hope) potential feature request for httpd:
>
> I wish to redirect clients not from a certain IP (e.g. my public IP at
> home) to a different location, temporarily. The purpose of th
On Wed, Apr 28, 2021 at 7:50 PM wrote:
>
> .
>
> redirect [not] to
>
> I could then accomplish what I want using two location blocks:
>
> location match "^/maintenance.html$" {
>root "/htdocs/example.com/maintenance"
> }
> location match ".*" {
>redirect not my.ho.me.ip to scheme://h
Hope I'm putting this in the appropriate mailing list.
A minor (I hope) potential feature request for httpd:
I wish to redirect clients not from a certain IP (e.g. my public IP at
home) to a different location, temporarily. The purpose of this is to
allow setting up a "maintenance" page so that
4 matches
Mail list logo