diff options
Diffstat (limited to 'apache')
| -rw-r--r-- | apache/praat.conf.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apache/praat.conf.in b/apache/praat.conf.in new file mode 100644 index 0000000..e68a29d --- /dev/null +++ b/apache/praat.conf.in @@ -0,0 +1,7 @@ +<VirtualHost *:80> + ServerAdmin rafael@laboissiere.net + ServerName @WWWHOST@ + DirectoryIndex @INDEX@ + DocumentRoot @WWWDIR@ +</VirtualHost> +
\ No newline at end of file |
