mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2025-04-29 16:47:17 +00:00
4 lines
82 B
Plaintext
4 lines
82 B
Plaintext
$HTTP["host"] =~ "^www\.(.*)" {
|
|
url.redirect = ( "^/(.*)" => "http://%1/$1" )
|
|
}
|