initial commit
This commit is contained in:
commit
781006e83b
4 changed files with 161 additions and 0 deletions
7
httpd.conf
Normal file
7
httpd.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
server "localhost" {
|
||||
listen on * port 80
|
||||
location "/ddns/*" {
|
||||
fastcgi
|
||||
root "/"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue