Skip to content

Commit 456f945

Browse files
committed
Swtiching the production uwsgi.ini configuration to use a standard TCP socket rather than a unix socket. Part of docker migration.
1 parent 82b06be commit 456f945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uwsgi.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if-env = DEV_ENV
66
socket = :$(PORT)
77
endif =
88
if-not-env = DEV_ENV
9-
socket = /tmp/nginx.socket
9+
socket = :$(PORT)
1010
disable-logging = true
1111
log-4xx = true
1212
log-5xx = true

0 commit comments

Comments
 (0)