Nginx Configuration
Fine-tune server blocks, edit configuration files, and add rewrite rules.
Nginx Configuration
Burrow operates a highly optimized, native Nginx web server in the background.
Configuration Paths
All configurations are isolated within the Burrow home directory:
- Global Config:
%USERPROFILE%\.burrow\nginx\nginx.conf - Virtual Hosts:
%USERPROFILE%\.burrow\nginx\sites\{domain}.conf - Vhost Template:
resources/nginx/vhost.templateinside the Burrow installation folder.
Custom Nginx Rules
You can edit individual Nginx server blocks directly from the GUI:
- Open the project settings panel.
- Add custom redirects, CORS headers, URL rewrites, or proxy rules.
- Saving triggers an Nginx syntax validation (
nginx -t) in the background. The server only reloads if the configuration is valid, preventing downtime from configuration errors.