escalas.conf

This commit is contained in:
2026-04-16 19:51:16 +02:00
parent fc210f2ec8
commit 84aaa7b319
+15
View File
@@ -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;
}
}