From 6e08a183d0957ac036572f0c2c83bb804a50de4c Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Sun, 9 Dec 2018 17:03:25 -0500 Subject: [PATCH] Renamed folder; Added README.md --- templates/Nginx/Examples-Full/README.md | 3 +++ templates/Nginx/{Examples => Examples-Full}/fastcgi.conf | 0 templates/Nginx/{Examples => Examples-Full}/mime.types | 0 templates/Nginx/{Examples => Examples-Full}/nginx.conf | 0 templates/Nginx/{Examples => Examples-Full}/proxy.conf | 0 5 files changed, 3 insertions(+) create mode 100644 templates/Nginx/Examples-Full/README.md rename templates/Nginx/{Examples => Examples-Full}/fastcgi.conf (100%) rename templates/Nginx/{Examples => Examples-Full}/mime.types (100%) rename templates/Nginx/{Examples => Examples-Full}/nginx.conf (100%) rename templates/Nginx/{Examples => Examples-Full}/proxy.conf (100%) diff --git a/templates/Nginx/Examples-Full/README.md b/templates/Nginx/Examples-Full/README.md new file mode 100644 index 0000000..e815f80 --- /dev/null +++ b/templates/Nginx/Examples-Full/README.md @@ -0,0 +1,3 @@ +# Examples (Full) +These example files were directly copied from: +https://www.nginx.com/resources/wiki/start/topics/examples/full/ \ No newline at end of file diff --git a/templates/Nginx/Examples/fastcgi.conf b/templates/Nginx/Examples-Full/fastcgi.conf similarity index 100% rename from templates/Nginx/Examples/fastcgi.conf rename to templates/Nginx/Examples-Full/fastcgi.conf diff --git a/templates/Nginx/Examples/mime.types b/templates/Nginx/Examples-Full/mime.types similarity index 100% rename from templates/Nginx/Examples/mime.types rename to templates/Nginx/Examples-Full/mime.types diff --git a/templates/Nginx/Examples/nginx.conf b/templates/Nginx/Examples-Full/nginx.conf similarity index 100% rename from templates/Nginx/Examples/nginx.conf rename to templates/Nginx/Examples-Full/nginx.conf diff --git a/templates/Nginx/Examples/proxy.conf b/templates/Nginx/Examples-Full/proxy.conf similarity index 100% rename from templates/Nginx/Examples/proxy.conf rename to templates/Nginx/Examples-Full/proxy.conf