I need config

Download default configuration files - unaltered and unmodified - perfect for Docker containers and Kubernetes deployments.

UserDir public_html
UserDir disabled root

<Directory /home/*/public_html>
	AllowOverride FileInfo AuthConfig Limit Indexes
	Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
	Require method GET POST OPTIONS
</Directory>
🏆 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 userdir.conf.example https://exampleconfig.com/api/v1/config/original/202509138f19284efb527eff4cfb042a?hint=userdir.conf
UserDir public_html
UserDir disabled root

<Directory /home/*/public_html>
	AllowOverride FileInfo AuthConfig Limit Indexes
	Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
	Require method GET POST OPTIONS
</Directory>

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