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; } }