From c367e809db91499342a1acaa18661d571ad74a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Mon, 29 Jul 2013 01:55:11 +0300 Subject: [PATCH] Move nginx server configs to their own repository --- {nginx/conf => conf}/README.md | 0 {nginx/conf => conf}/cache-busting.conf | 0 {nginx/conf => conf}/cache-file-descriptors.conf | 0 {nginx/conf => conf}/cross-domain-ajax.conf | 0 {nginx/conf => conf}/cross-domain-fonts.conf | 0 {nginx/conf => conf}/expires.conf | 0 {nginx/conf => conf}/h5bp.conf | 0 {nginx/conf => conf}/no-transform.conf | 0 {nginx/conf => conf}/protect-system-files.conf | 0 {nginx/conf => conf}/x-ua-compatible.conf | 0 {nginx/doc => doc}/README.md | 0 nginx/mime.types => mime.types | 0 nginx/nginx.conf => nginx.conf | 0 {nginx/sites-available => sites-available}/README.md | 0 {nginx/sites-available => sites-available}/example.com | 0 {nginx/sites-enabled => sites-enabled}/README.md | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename {nginx/conf => conf}/README.md (100%) rename {nginx/conf => conf}/cache-busting.conf (100%) rename {nginx/conf => conf}/cache-file-descriptors.conf (100%) rename {nginx/conf => conf}/cross-domain-ajax.conf (100%) rename {nginx/conf => conf}/cross-domain-fonts.conf (100%) rename {nginx/conf => conf}/expires.conf (100%) rename {nginx/conf => conf}/h5bp.conf (100%) rename {nginx/conf => conf}/no-transform.conf (100%) rename {nginx/conf => conf}/protect-system-files.conf (100%) rename {nginx/conf => conf}/x-ua-compatible.conf (100%) rename {nginx/doc => doc}/README.md (100%) rename nginx/mime.types => mime.types (100%) rename nginx/nginx.conf => nginx.conf (100%) rename {nginx/sites-available => sites-available}/README.md (100%) rename {nginx/sites-available => sites-available}/example.com (100%) rename {nginx/sites-enabled => sites-enabled}/README.md (100%) diff --git a/nginx/conf/README.md b/conf/README.md similarity index 100% rename from nginx/conf/README.md rename to conf/README.md diff --git a/nginx/conf/cache-busting.conf b/conf/cache-busting.conf similarity index 100% rename from nginx/conf/cache-busting.conf rename to conf/cache-busting.conf diff --git a/nginx/conf/cache-file-descriptors.conf b/conf/cache-file-descriptors.conf similarity index 100% rename from nginx/conf/cache-file-descriptors.conf rename to conf/cache-file-descriptors.conf diff --git a/nginx/conf/cross-domain-ajax.conf b/conf/cross-domain-ajax.conf similarity index 100% rename from nginx/conf/cross-domain-ajax.conf rename to conf/cross-domain-ajax.conf diff --git a/nginx/conf/cross-domain-fonts.conf b/conf/cross-domain-fonts.conf similarity index 100% rename from nginx/conf/cross-domain-fonts.conf rename to conf/cross-domain-fonts.conf diff --git a/nginx/conf/expires.conf b/conf/expires.conf similarity index 100% rename from nginx/conf/expires.conf rename to conf/expires.conf diff --git a/nginx/conf/h5bp.conf b/conf/h5bp.conf similarity index 100% rename from nginx/conf/h5bp.conf rename to conf/h5bp.conf diff --git a/nginx/conf/no-transform.conf b/conf/no-transform.conf similarity index 100% rename from nginx/conf/no-transform.conf rename to conf/no-transform.conf diff --git a/nginx/conf/protect-system-files.conf b/conf/protect-system-files.conf similarity index 100% rename from nginx/conf/protect-system-files.conf rename to conf/protect-system-files.conf diff --git a/nginx/conf/x-ua-compatible.conf b/conf/x-ua-compatible.conf similarity index 100% rename from nginx/conf/x-ua-compatible.conf rename to conf/x-ua-compatible.conf diff --git a/nginx/doc/README.md b/doc/README.md similarity index 100% rename from nginx/doc/README.md rename to doc/README.md diff --git a/nginx/mime.types b/mime.types similarity index 100% rename from nginx/mime.types rename to mime.types diff --git a/nginx/nginx.conf b/nginx.conf similarity index 100% rename from nginx/nginx.conf rename to nginx.conf diff --git a/nginx/sites-available/README.md b/sites-available/README.md similarity index 100% rename from nginx/sites-available/README.md rename to sites-available/README.md diff --git a/nginx/sites-available/example.com b/sites-available/example.com similarity index 100% rename from nginx/sites-available/example.com rename to sites-available/example.com diff --git a/nginx/sites-enabled/README.md b/sites-enabled/README.md similarity index 100% rename from nginx/sites-enabled/README.md rename to sites-enabled/README.md