NgixProxy_Pathfinder/conf.d
João Pedro Toledo Goncalves 5d1936e63e feat: Moderniza Cache Assets (Modern Web) e Rate-Limit Penalizado 2026-02-04 20:15:11 -03:00
..
README.md Add conf.d directory with placeholder 2026-01-27 14:32:44 -03:00
ferreirareal.com.br.conf feat: Moderniza Cache Assets (Modern Web) e Rate-Limit Penalizado 2026-02-04 20:15:11 -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;
    }
}