From 84aaa7b3190f91acbcafe1e3c02a8d6611ec828f Mon Sep 17 00:00:00 2001 From: sottomaiormacedotec Date: Thu, 16 Apr 2026 19:51:16 +0200 Subject: [PATCH] escalas.conf --- escalas.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 escalas.conf 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