diff options
| author | Emil Williams | 2025-08-21 01:01:39 +0000 |
|---|---|---|
| committer | Emil Williams | 2025-08-21 01:01:39 +0000 |
| commit | d72f41647a08d0940b2c69ca0ab9f975fd773b5b (patch) | |
| tree | 910e88dc5101c6541c3d1404823d94133884c233 /service/lighttpd-cgi.conf | |
| parent | 658f9c0c0fcce6a6371fbdaf8f74a5ca4265c9a9 (diff) | |
| download | gorillanest-d72f41647a08d0940b2c69ca0ab9f975fd773b5b.tar.xz gorillanest-d72f41647a08d0940b2c69ca0ab9f975fd773b5b.tar.zst | |
Hide Everything, Hyde!
Diffstat (limited to 'service/lighttpd-cgi.conf')
| -rw-r--r-- | service/lighttpd-cgi.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/service/lighttpd-cgi.conf b/service/lighttpd-cgi.conf index 24df494..6dd7d76 100644 --- a/service/lighttpd-cgi.conf +++ b/service/lighttpd-cgi.conf @@ -8,7 +8,7 @@ server.document-root = var.CWD server.port = 5050 url.rewrite-once = ( - "/" => "/gorillanest.pl.cgi" + "/" => "/perl/cgi.pl" ) setenv.add-environment = ( @@ -16,5 +16,5 @@ setenv.add-environment = ( ) cgi.assign = ( - ".pl.cgi" => "/usr/bin/perl" + ".pl" => "/usr/bin/perl" ) |
