add function to update datasheet

This commit is contained in:
2015-07-10 09:28:49 +03:00
parent 81fe5c709b
commit f5739fe5af
2 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
## SSL
# Enforce SSL
RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://%{SERVER_NAME}%{REQUEST}
## Basic Auth protection
AuthType Basic
AuthName "secured area"
AuthUserFile /path/to/.htpasswd