diff options
author | rubo77 <github@r.z11.de> | 2017-01-24 00:47:17 +0100 |
---|---|---|
committer | rubo77 <github@r.z11.de> | 2017-01-24 00:47:17 +0100 |
commit | 8d74161dd265d3c53abfbedcf0dd57a0e4dc9bc8 (patch) | |
tree | 497e8ee160a5620e95cf416d96cbca547d15cf2f | |
parent | 55de408897b027158732b63f1c7070dc21028a79 (diff) |
remove apache config for images, cause they should be hosted directly here in this repo
-rw-r--r-- | images/models/README.md | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/images/models/README.md b/images/models/README.md index 5c8c4a7..978abee 100644 --- a/images/models/README.md +++ b/images/models/README.md @@ -29,20 +29,8 @@ touch tp-link-tl-wr2543n-nd_100x60.png mkdir large mv *jpg large/ -mv fronts/* /var/www/freifunk/ffki-startseite/images/models/ +ls fronts/*.png +echo copy the mmissing images to /var/www/freifunk/ffki-startseite/images/models/ ``` - -Point the Webserver to this directory. -For Apache add these lines: -``` - #Router Node Pictures - Alias /images/models/ /opt/hardware/Freifunk-Router-Anleitungen/router/fronts/ - <Directory /opt/hardware/Freifunk-Router-Anleitungen/router/fronts/> - Options Indexes FollowSymLinks MultiViews - AllowOverride All - Require all granted - ExpiresByType image/png "access plus 1 week" - ExpiresByType image/jpeg "access plus 1 week" - </Directory> -``` -to the ffki-startseite config. +Some images still don't have the correct names and the 741/841/842 should not be +replaced by the new Moorviper images. All images with "alfa" have to be renamed to "alfa-network". |