We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796e432 commit 1f1d678Copy full SHA for 1f1d678
ansible/roles/app-AfterInstall/templates/app.conf.j2
@@ -8,7 +8,7 @@ server {
8
}
9
10
location /api/spin {
11
- uwsgi_pass unix:///app/socket/infra-demo.sock;
+ uwsgi_pass 127.0.0.1:8008;
12
include /etc/nginx/uwsgi_params;
13
uwsgi_param UWSGI_SCRIPT /app/src/wsgi.py;
14
# following config allow us to map /api/spin to /spin on uwsgi:
ansible/roles/app-AfterInstall/templates/infra-demo.ini.j2
@@ -10,5 +10,5 @@ wsgi-env-behaviour = holy
enable-threads = 1
http-auto-chunked = 1
http-keepalive = 1
-uwsgi-socket = /app/socket/infra-demo.sock
+uwsgi-socket = 127.0.0.1:8008
0 commit comments