I need config

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
🏆 CONFIG OF THE WEEK party emoji

Original config files for popular applications

How to use ExampleConfig

Get original, unaltered configuration files from fresh installations in 3 simple steps.

1

Search for your configuration

Use keywords like debian nginx.conf

2

Examine the result

View the unaltered configuration file exactly as shipped by the application vendor.

3

Download or copy

Get the raw config file using wget, curl, or copy directly.

Using wget:

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

Built For SysAdmins By SysAdmins

Download default configuration files for apps like NGINX, Apache, MySQL and many others - perfect for container deployments.

  • Developer Friendly

    ExampleConfig is free to use for personal and commercial purposes. We're fully committed to building an archive you can rely on.

  • Clean Slate

    All configuration files are pulled from a fresh installation of the application. They remain unaltered in the state they where shipped.

  • Docker

    Speed up your container development process by fetching default configuration files for your Dockerfiles and Kubernetes deployments.

Animated illustration of a person working with configuration files

Untangle your configs

Download original, unaltered config files from fresh installations of popular server applications.

Tell me more