diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-05-31 12:57:17 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-05-31 12:57:17 +0200 |
commit | 789ee91484c0f6376f941e3b9b52189eb6cc52fd (patch) | |
tree | e23d5438337a64fef254ff25ee2cd26ce52f8f60 | |
parent | 358808f9cac094e1d02b467ea61bd2ea915ed5e6 (diff) |
Fix test paths
-rw-r--r-- | webserver.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webserver.conf b/webserver.conf index 3a4d6f7..9ff0b0e 100644 --- a/webserver.conf +++ b/webserver.conf @@ -84,7 +84,7 @@ <path requested="/downtube"> <plugin>static-files</plugin> - <target>/home/ernie/homepage/reichwein.it/downtube</target> + <target>/home/ernie/code/downtube/html</target> </path> <path requested="/downtube/downtube.fcgi"> <plugin>fcgi</plugin> |