Skip to content

Instantly share code, notes, and snippets.

@jonvargas
Created August 3, 2016 15:30
Show Gist options
  • Save jonvargas/a571e3e9454750e5339bbec2b446bc6a to your computer and use it in GitHub Desktop.
Save jonvargas/a571e3e9454750e5339bbec2b446bc6a to your computer and use it in GitHub Desktop.
<Location /.well-known>
Require all granted
</Location>
#
# Matches everything /.well-known (used by Letsencrypt)
<Location ~ /^(?!\.well-known)>
DAV svn
# any "/svn/foo" URL will map to a repository /srv/svn/foo
SVNParentPath /srv/svn/
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment