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>
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 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>
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