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