mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Merge branch 'main' into stage
This commit is contained in:
commit
a972e8ee78
1 changed files with 5 additions and 5 deletions
|
|
@ -18,11 +18,11 @@ setenv.set-response-header += (
|
|||
# CGI / form handling
|
||||
#
|
||||
|
||||
#$HTTP["request-method"] =~ "GET|POST" {
|
||||
# url.rewrite = (
|
||||
# "^/anmelden" => "/cgi-bin/form.py",
|
||||
# )
|
||||
#}
|
||||
$HTTP["request-method"] =~ "GET|POST" {
|
||||
url.rewrite = (
|
||||
"^/anmelden" => "/cgi-bin/form.py",
|
||||
)
|
||||
}
|
||||
|
||||
$HTTP["url"] =~ "^/cgi-bin/" {
|
||||
alias.url += ( "/cgi-bin" => "@cgibin@" )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue