#configuration
2 snippets tagged with #configuration
bashintermediate
Nginx Reverse Proxy Configuration
Nginx config to reverse-proxy requests to a backend with WebSocket support and security headers.
#nginx#reverse-proxy
bashbeginner
Environment File Loader Script
Bash script that safely loads environment variables from a .env file with validation and defaults.
#env#bash