diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-01-26 14:30:08 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-01-26 14:30:08 +0100 |
commit | e042b7bced715a9d0d6c660df453b1b68f263316 (patch) | |
tree | 13f1bcd2f7cccf87718d92b5fc9a112d4c3ea455 /apache/includes/user-admin | |
parent | c778483fbd7829e2d41157ae6be2d7f1eef709f5 (diff) |
Drop ancient unused files.
Diffstat (limited to 'apache/includes/user-admin')
-rw-r--r-- | apache/includes/user-admin | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/apache/includes/user-admin b/apache/includes/user-admin deleted file mode 100644 index 2c468dc..0000000 --- a/apache/includes/user-admin +++ /dev/null @@ -1,13 +0,0 @@ -Alias /user-admin /var/www/COMMON/user-admin - -<Location /user-admin> - Options +MultiViews +Indexes - DirectoryIndex index - - AuthShadow On - AuthName "User admin" - AuthType Basic - <Limit GET POST> - require valid-user - </Limit> -</Location> |