diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-06-10 16:39:59 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-06-10 16:39:59 +0200 |
commit | 02a6bcd123c6ace5926eac019f7964d0cf23de8a (patch) | |
tree | 95526336f388fbb3e6cc0f9484a92901111349c0 | |
parent | 98ee93b93a871cb5a20425657c1d63f911b235b5 (diff) | |
download | Puppet-02a6bcd123c6ace5926eac019f7964d0cf23de8a.tar.gz Puppet-02a6bcd123c6ace5926eac019f7964d0cf23de8a.tar.zst Puppet-02a6bcd123c6ace5926eac019f7964d0cf23de8a.zip |
Fix caldance app proxy
-rw-r--r-- | modules/role/manifests/caldance.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/role/manifests/caldance.pp b/modules/role/manifests/caldance.pp index f1debb6..bd5e66c 100644 --- a/modules/role/manifests/caldance.pp +++ b/modules/role/manifests/caldance.pp | |||
@@ -195,7 +195,7 @@ class role::caldance ( | |||
195 | proxy_pass => [ | 195 | proxy_pass => [ |
196 | { | 196 | { |
197 | path => "/", | 197 | path => "/", |
198 | url => "unix:$socket|uwsgi://caldance-app", | 198 | url => "unix:$socket|uwsgi://caldance-app/", |
199 | reverse_urls => [], | 199 | reverse_urls => [], |
200 | no_proxy_uris => [ "/media/", "/static/" ], | 200 | no_proxy_uris => [ "/media/", "/static/" ], |
201 | } | 201 | } |