add function to update datasheet
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user