diff options
Diffstat (limited to 'package/webif/files/etc/httpd.conf')
-rw-r--r-- | package/webif/files/etc/httpd.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/webif/files/etc/httpd.conf b/package/webif/files/etc/httpd.conf new file mode 100644 index 000000000..9e125daba --- /dev/null +++ b/package/webif/files/etc/httpd.conf @@ -0,0 +1,8 @@ +.asp:text/html +/cgi-bin/webif:root:root +/cgi-bin/webif:admin:admin +.svg:image/svg+xml +.png:image/png +.gif:image/gif +.jpg:image/jpg + |