Auth
Auth copied to clipboard
Remove use of /var/www
Currently, /var/www is used to store files to be served over the web. This comprises-
- A symlink
- A landing page to redirect users
- A
.htaccess
file
Since we have to edit the Apache config to enable .htaccess
usage, we may as well do all of this in one place, which would simplify the setup.