Download default configuration files - unaltered and unmodified - perfect for Docker containers and Kubernetes deployments.
<Location /ldap-status> SetHandler ldap-status Require local </Location> # vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Get original, unaltered configuration files from fresh installations in 3 simple steps.
Use keywords like debian nginx.conf
View the unaltered configuration file exactly as shipped by the application vendor.
Get the raw config file using wget, curl, or copy directly.
wget -O ldap.conf.example https://exampleconfig.com/api/v1/config/original/344968a263507c1991a160427e51ed9c?hint=ldap.conf
<Location /ldap-status> SetHandler ldap-status Require local </Location> # vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Download default configuration files for apps like NGINX, Apache, MySQL and many others - perfect for container deployments.
ExampleConfig is free to use for personal and commercial purposes. We're fully committed to building an archive you can rely on.
All configuration files are pulled from a fresh installation of the application. They remain unaltered in the state they where shipped.
Speed up your container development process by fetching default configuration files for your Dockerfiles and Kubernetes deployments.
Download original, unaltered config files from fresh installations of popular server applications.
Tell me more