Description of problem: By default, /etc/nginx/nginx.conf on fedora (at least 13), contains a lot of statements. Changing the configuration means deleting almost 90% of the file and creating new ones under /etc/nginx/conf.d. Version-Release number of selected component (if applicable): 0.85 (on top of my head). If this versionless. How reproducible: Install the package Steps to Reproduce: 1. Install the package 2. cd /etc/nginx 3. cat nginx.conf Actual results: lots of lines. Expected results: It would be far better if, instead of cramming the whole configuration into /etc/nginx/nginx.conf, the server{} section be replaced with include '/etc/nginx/fedora-default.conf' and have the server{} configuration there. It would make the file way easier to read, and discarding the default configuration would just be a matter of removing the include. In addition, someone interested could use the "fedora-default.conf" as a template for his future instances. Additional info: None. F13 is super-ueber great job.
Excellent idea. I have committed this to rawhide.
*** Bug 677033 has been marked as a duplicate of this bug. ***