diff options
author | Adam Spragg <adam@spra.gg> | 2018-06-06 12:26:05 +0100 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2018-06-06 12:26:05 +0100 |
commit | 07e873c5febe306fa9159eb7818506bf3dad1bdd (patch) | |
tree | 08c8443fe2dfa327c6896c1d4585a7a9d6283026 /html | |
parent | 93858a4c34dd4007c72e915ed175bcdc24bbdadd (diff) |
Change alias for /icons to symlink for /img/icons
So we don't conflict with the alias for /icons/ already set up by
mod_alias, and in use by mod_autoindex.
Seriously, who thought it would be a good idea to reserve the /icons
namespace, as if no website might already want to use that???
Diffstat (limited to 'html')
l--------- | html/img/icons | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/img/icons b/html/img/icons new file mode 120000 index 0000000..36a9000 --- /dev/null +++ b/html/img/icons @@ -0,0 +1 @@ +/usr/share/icons
\ No newline at end of file |