diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | httpd.conf | 7 |
2 files changed, 8 insertions, 1 deletions
| @@ -5,7 +5,7 @@ all: clean | |||
| 5 | ./build.sh | 5 | ./build.sh |
| 6 | 6 | ||
| 7 | clean: | 7 | clean: |
| 8 | rm -r http gemini | 8 | rm -rf http gemini |
| 9 | mkdir -p http gemini | 9 | mkdir -p http gemini |
| 10 | 10 | ||
| 11 | deploy: syncgemini synchttp | 11 | deploy: syncgemini synchttp |
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 | } | ||
