diff options
Diffstat (limited to 'contrib/uci/hostfiles/etc/config/httpd')
-rw-r--r-- | contrib/uci/hostfiles/etc/config/httpd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/uci/hostfiles/etc/config/httpd b/contrib/uci/hostfiles/etc/config/httpd new file mode 100644 index 000000000..2f8020ff2 --- /dev/null +++ b/contrib/uci/hostfiles/etc/config/httpd @@ -0,0 +1,5 @@ + +config 'httpd' + option 'port' '80' + option 'home' '/www' + |