multiple fixes Dockerfile

This commit is contained in:
root (lxc-fetsite-04)
2020-09-16 19:49:43 +02:00
parent c6a22b91fc
commit e687621e40
4 changed files with 15 additions and 6 deletions

7
deployment/nginx.conf Normal file
View File

@@ -0,0 +1,7 @@
server {
listen 80;
location / {
include uwsgi_params;
uwsgi_pass unix:///tmp/uwsgi.sock;
}
}