diff options
Diffstat (limited to 'httpd.conf')
| -rw-r--r-- | httpd.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httpd.conf b/httpd.conf new file mode 100644 index 0000000..fc8128e --- /dev/null +++ b/httpd.conf | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | chroot "/home/sebastiano/git/sebastiano.tronto.net" | ||
| 2 | |||
| 3 | server "localhost" { | ||
| 4 | listen on * port 8080 | ||
| 5 | root "/http" | ||
| 6 | no log | ||
| 7 | } | ||
