Created
August 3, 2016 15:30
-
-
Save jonvargas/a571e3e9454750e5339bbec2b446bc6a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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