Fix flake8
This commit is contained in:
@@ -5,6 +5,6 @@ server {
|
||||
error_log /var/log/nginx/myapp-error.log info;
|
||||
location / {
|
||||
include uwsgi_params;
|
||||
uwsgi_pass unix:///var/run/uwsgi/myapp.sock;
|
||||
uwsgi_pass unix:///run/uwsgi/myapp.sock;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user