Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #49 from gregburek/add-syntax-hint
Browse files Browse the repository at this point in the history
Adds vim syntax hint to apache config
  • Loading branch information
obfuscurity authored Sep 16, 2016
2 parents 5d50066 + 4ec8e8a commit 1906ccf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/apache/graphite.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@
RewriteCond %{HTTPS} off
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
</VirtualHost>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet

0 comments on commit 1906ccf

Please sign in to comment.