Skip to content

Commit 1be76e2

Browse files
authored
Merge pull request #1001 from mitodl/md/prod_to_tcp_socket
Switch UWSGI to use a network socket in Production
2 parents 82b06be + 456f945 commit 1be76e2

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)