NgixProxy_Pathfinder/conf.d
João Pedro Toledo Goncalves 859d0851e5 feat: Implementa Cache Inteligente com SWR e Invalidação dinâmica de Assets 2026-02-04 20:19:47 -03:00
..
README.md Add conf.d directory with placeholder 2026-01-27 14:32:44 -03:00
ferreirareal.com.br.conf feat: Implementa Cache Inteligente com SWR e Invalidação dinâmica de Assets 2026-02-04 20:19:47 -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;
    }
}