escalas.conf
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user