mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
server.modules += ("mod_fastcgi")
|
|
fastcgi.server = (
|
|
"/fcgi-bin/iipsrv.fcgi" => (
|
|
("host"=>"0.0.0.0", "port"=>9000, "check-local"=>"disable")
|
|
)
|
|
)
|