diff --git a/escalas.conf b/escalas.conf new file mode 100644 index 0000000..4dd05a1 --- /dev/null +++ b/escalas.conf @@ -0,0 +1,15 @@ +server { + listen 80; + server_name escalassaude.sottomaiormacedo.tech; + + location = /favicon.ico { access_log off; log_not_found off; } + + location /static/ { + root /var/www/escalassaude.sottomaiormacedo.tech; + } + + location / { + include proxy_params; + proxy_pass http://unix:/run/gunicorn_escalas.sock; + } +} \ No newline at end of file