Skip to content

Commit

Permalink
Use UNIX socket for uwsgi in the Apache2 example
Browse files Browse the repository at this point in the history
The example etc-uwsgi-grader.ini file already uses UNIX sockets
and so does etc-nginx-sites-available-grader.
  • Loading branch information
markkuriekkinen committed Mar 23, 2021
1 parent 6e5bc6b commit df373ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/etc-apache2-sites-available-grader
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Location />
Options FollowSymLinks
SetHandler uwsgi-handler
uWSGISocket 127.0.0.1:3031
uWSGISocket /run/grader/uwsgi.socket
uWSGIMaxVars 256
</Location>
<Location /static/>
Expand Down

0 comments on commit df373ad

Please sign in to comment.