multiple fixes Dockerfile
This commit is contained in:
7
deployment/nginx.conf
Normal file
7
deployment/nginx.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
server {
|
||||
listen 80;
|
||||
location / {
|
||||
include uwsgi_params;
|
||||
uwsgi_pass unix:///tmp/uwsgi.sock;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user