6 lines
73 B
Caddyfile
6 lines
73 B
Caddyfile
localhost:80 {
|
|
fastcgi / 127.0.0.1:9001 {
|
|
index index.php
|
|
}
|
|
}
|