]> git.openstreetmap.org Git - chef.git/commitdiff
Allow access to static content
authorTom Hughes <tom@compton.nu>
Wed, 22 Jul 2020 21:53:37 +0000 (22:53 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 22 Jul 2020 21:53:37 +0000 (22:53 +0100)
cookbooks/web/templates/default/apache.frontend.erb

index 6690a255e6f326f746901c68aa8da79862e8979c..d99dd532fa34152957c930a22d6be2f89921c516 100644 (file)
   </FilesMatch>
 </Directory>
 
+<Directory /srv/www.openstreetmap.org/static>
+  Require all granted
+</Directory>
+
 <Directory /srv/www.openstreetmap.org/rails/app/assets>
   Require all granted
 </Directory>