commit | f04fbeb803a57be2b15b0d14c45de25e8765205c | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Wed Jan 27 22:23:26 2016 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Wed Jan 27 22:23:26 2016 +0100 |
tree | 5ebfe4af458b5af8a477cf225d21fe065aebbe34 | |
parent | 9145fd68246fce04d4071155871029274581b501 [diff] |
Fix location uri
diff --git a/apache/files/_locations.conf b/apache/files/_locations.conf index 5ff7ac7..7cd2b2d 100644 --- a/apache/files/_locations.conf +++ b/apache/files/_locations.conf
@@ -7,7 +7,7 @@ Alias {{ location.uri }} {{ location.path }} {%- endif %} - <Location /> + <Location {{ location.uri }}> {%- if location.auth is defined%} {%- set auth = location.auth %} {%- include "apache/files/_auth.conf" %}