cddns/httpd.conf
2017-01-06 15:04:49 +01:00

7 lines
97 B
ApacheConf

server "localhost" {
listen on * port 80
location "/ddns/*" {
fastcgi
root "/"
}
}