|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| ferreirareal.com.br.conf | ||
README.md
Site Configurations
Put your server blocks (vhosts) in this directory.
Example: my-site.conf
server {
listen 80;
server_name example.com;
location / {
proxy_pass http://internal:8080;
}
}