NgixProxy_Pathfinder/conf.d
João Pedro Toledo Goncalves 29b33e1e10 fix: standardize site configs, fix maps context and ttl syntax 2026-02-05 15:54:34 -03:00
..
README.md Add conf.d directory with placeholder 2026-01-27 14:32:44 -03:00
ferreirareal.com.br.conf fix: standardize site configs, fix maps context and ttl syntax 2026-02-05 15:54:34 -03:00
test.local.conf fix: standardize site configs, fix maps context and ttl syntax 2026-02-05 15:54:34 -03:00

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