Project

General

Profile

Actions

Feature #2964

closed

How does redirect exclude the specified path?

Added by lighttpd almost 5 years ago. Updated almost 5 years ago.

Status:
Invalid
Priority:
Normal
Category:
-
Target version:
-
ASK QUESTIONS IN Forums:

Description

hello everyone

my conf:


$HTTP["host"] =~ "(^|www\.)xxx.com" {
server.document-root = "/var/www/xxx/public"
accesslog.filename = "/var/www/xxx/logs/access.log"
}

$HTTP["scheme"] == "http" {
$HTTP["host"] =~ ".*" {
url.redirect += ( ".*" => "https://%0$0" )
}
}

alias.url += ("/.well-known/acme-challenge/" => "/tmp/")


I tried url.redirect = ( "^/do-not-redirect/this/path" => "" ), and I can't prevent redirect to https.

https://serverfault.com/questions/907101/lighttpd-proxy-all-except-well-known-for-letsencrypt and it didn't seem to solve my problem.

I just want to not redirect it to https when the certbot is renewed.

Actions #1

Updated by stbuehler almost 5 years ago

  • Status changed from New to Invalid
  • Target version deleted (1.4.x)

The issue tracker is not the place to ask support questions, use the forum instead.

Also I'm gonna delete your account (you should be able to register a new one with the same email after that) - the username 'lighttpd' should not have been available.

Actions

Also available in: Atom