]> git.parisson.com Git - teleforma.git/commitdiff
use socket
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Tue, 29 Jun 2021 22:55:20 +0000 (00:55 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Tue, 29 Jun 2021 22:55:20 +0000 (00:55 +0200)
app/wsgi.ini
bin
docker-compose.yml

index 98f5db965c032dd30ddee1d045df8d0c77990166..5bd0e05a00a555e88a2f7cf3699457b898139c29 100644 (file)
@@ -1,6 +1,6 @@
 [uwsgi]
 
-socket = /srv/app/wsgi.socket
+socket = /srv/app/run/wsgi.sock
 chdir = /srv/app/
 module = wsgi
 touch-reload = /srv/app/wsgi.py
diff --git a/bin b/bin
index c5d2023de2f038cb865a148076a4dc4ec24efaf7..52d01bc8d0ec34d96ae3751fa5709a8ae05066fd 160000 (submodule)
--- a/bin
+++ b/bin
@@ -1 +1 @@
-Subproject commit c5d2023de2f038cb865a148076a4dc4ec24efaf7
+Subproject commit 52d01bc8d0ec34d96ae3751fa5709a8ae05066fd
index 246607540c2774e359f316608e2b31c32c95d178..267fe5454728a35543a668c864a163b15c3e9b1f 100644 (file)
@@ -17,7 +17,6 @@ services:
       - ./var/static:/srv/static
       - ./var/log/app:/var/log/app
       - ./var/log/uwsgi:/var/log/uwsgi
-      - ./app/wsgi.socket:/srv/app/wsgi.socket
     links:
       - postgres
       - redis