Ever tinkered with configuration files - made a mistake - and then needed the default version again?
[Apache] title=Web Server description=Apache v2 is the next generation of the omnipresent Apache web server. ports=80/tcp [Apache Secure] title=Web Server (HTTPS) description=Apache v2 is the next generation of the omnipresent Apache web server. ports=443/tcp [Apache Full] title=Web Server (HTTP,HTTPS) description=Apache v2 is the next generation of the omnipresent Apache web server. ports=80,443/tcp
For example using the keywords:
apache2-utils.ufw.profile Apache Ubuntu 18.04
Take look at the unaltered configuration file. Exactly the way it was shipped by the application vendor.
If needed you can download the raw config directly
wget -O apache2-utils.ufw.profile.example http://exampleconfig.com/static/raw/apache/ubuntu18.04/etc/ufw/applications.d/apache2-utils.ufw.profile
[Apache] title=Web Server description=Apache v2 is the next generation of the omnipresent Apache web server. ports=80/tcp [Apache Secure] title=Web Server (HTTPS) description=Apache v2 is the next generation of the omnipresent Apache web server. ports=443/tcp [Apache Full] title=Web Server (HTTP,HTTPS) description=Apache v2 is the next generation of the omnipresent Apache web server. ports=80,443/tcp
Download the default configuration files of apps like NGINX, Apache, MySQL and many others.
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 process developing Dockerfiles by fetching the right configuration file.
No point in trying to fix things, when clearly a fresh start makes more sense.
Tell me more