Files
fet2020/deployment/nginx.conf
root (lxc-fetsite-04) e687621e40 multiple fixes Dockerfile
2020-09-16 19:49:43 +02:00

8 lines
122 B
Nginx Configuration File

server {
listen 80;
location / {
include uwsgi_params;
uwsgi_pass unix:///tmp/uwsgi.sock;
}
}