diff options
| -rw-r--r-- | apache2.conf | 6 | ||||
| l--------- | html/img/icons | 1 | 
2 files changed, 1 insertions, 6 deletions
| diff --git a/apache2.conf b/apache2.conf index 42389bd..8209ace 100644 --- a/apache2.conf +++ b/apache2.conf @@ -159,12 +159,6 @@  		Require valid-user  	</Location> -	# Add extra alias for the icons directory -	Alias /icons /usr/share/icons -	<Directory "/usr/share/icons/"> -		Options FollowSymLinks MultiViews -	</Directory> -  	# Enable user-dirs  	UserDir public_html 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 | 
