]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/commitdiff
Fix caldance app proxy
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Mon, 10 Jun 2019 14:39:59 +0000 (16:39 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Mon, 10 Jun 2019 14:39:59 +0000 (16:39 +0200)
modules/role/manifests/caldance.pp

index f1debb617a9ed3e55c2e08789f1bbb3ce3d6ac70..bd5e66c00943e5e13aa61d1cc748b59d683a13c2 100644 (file)
@@ -195,7 +195,7 @@ class role::caldance (
     proxy_pass           => [
       {
         path          => "/",
-        url           => "unix:$socket|uwsgi://caldance-app",
+        url           => "unix:$socket|uwsgi://caldance-app/",
         reverse_urls  => [],
         no_proxy_uris => [ "/media/", "/static/" ],
       }