sebastiano.tronto.net

Source files and build scripts for my personal website
git clone https://git.tronto.net/sebastiano.tronto.net
Download | Log | Files | Refs | README

httpd.conf (121B)


      1 chroot "/home/sebastiano/git/sebastiano.tronto.net"
      2 
      3 server "localhost" {
      4 	listen on * port 8080
      5 	root "/http"
      6 	no log
      7 }