From 53ce56092ef09e69381616d0f3ce9193c0a18007 Mon Sep 17 00:00:00 2001 From: Darren Ethier Date: Sun, 22 Oct 2017 20:19:08 -0400 Subject: [PATCH] fix spacing --- sites-available/fastcgi-cache.com | 6 +++--- sites-available/multisite-subdirectory.com | 8 ++++---- sites-available/multisite-subdomain.com | 8 ++++---- sites-available/singlesite.com | 8 ++++---- sites-available/ssl-fastcgi-cache.com | 12 ++++++------ sites-available/ssl.com | 4 ++-- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/sites-available/fastcgi-cache.com b/sites-available/fastcgi-cache.com index 01121ac..851a667 100644 --- a/sites-available/fastcgi-cache.com +++ b/sites-available/fastcgi-cache.com @@ -37,7 +37,7 @@ server { # Use the php pool defined in the upstream variable. # See global/php-pool.conf for definition. - fastcgi_pass $upstream; + fastcgi_pass $upstream; # Skip cache based on rules in global/server/fastcgi-cache.conf. fastcgi_cache_bypass $skip_cache; @@ -50,8 +50,8 @@ server { fastcgi_cache_valid 60m; } - # Rewrite robots.txt - rewrite ^/robots.txt$ /index.php last; + # Rewrite robots.txt + rewrite ^/robots.txt$ /index.php last; # Uncomment if using the fastcgi_cache_purge module and Nginx Helper plugin (https://wordpress.org/plugins/nginx-helper/) # location ~ /purge(/.*) { diff --git a/sites-available/multisite-subdirectory.com b/sites-available/multisite-subdirectory.com index 4cea13f..9719663 100644 --- a/sites-available/multisite-subdirectory.com +++ b/sites-available/multisite-subdirectory.com @@ -31,12 +31,12 @@ server { include global/fastcgi-params.conf; # Use the php pool defined in the upstream variable. - # See global/php-pool.conf for definition. - fastcgi_pass $upstream; + # See global/php-pool.conf for definition. + fastcgi_pass $upstream; } - # Rewrite robots.txt - rewrite ^/robots.txt$ /index.php last; + # Rewrite robots.txt + rewrite ^/robots.txt$ /index.php last; } # Redirect www to non-www diff --git a/sites-available/multisite-subdomain.com b/sites-available/multisite-subdomain.com index 8dd6273..dd48dc7 100644 --- a/sites-available/multisite-subdomain.com +++ b/sites-available/multisite-subdomain.com @@ -28,12 +28,12 @@ server { include global/fastcgi-params.conf; # Use the php pool defined in the upstream variable. - # See global/php-pool.conf for definition. - fastcgi_pass $upstream; + # See global/php-pool.conf for definition. + fastcgi_pass $upstream; } - # Rewrite robots.txt - rewrite ^/robots.txt$ /index.php last; + # Rewrite robots.txt + rewrite ^/robots.txt$ /index.php last; } # Redirect www to non-www diff --git a/sites-available/singlesite.com b/sites-available/singlesite.com index c954521..cca3038 100644 --- a/sites-available/singlesite.com +++ b/sites-available/singlesite.com @@ -28,12 +28,12 @@ server { include global/fastcgi-params.conf; # Use the php pool defined in the upstream variable. - # See global/php-pool.conf for definition. - fastcgi_pass $upstream; + # See global/php-pool.conf for definition. + fastcgi_pass $upstream; } - # Rewrite robots.txt - rewrite ^/robots.txt$ /index.php last; + # Rewrite robots.txt + rewrite ^/robots.txt$ /index.php last; } # Redirect www to non-www diff --git a/sites-available/ssl-fastcgi-cache.com b/sites-available/ssl-fastcgi-cache.com index 5e1b8a0..9053d73 100644 --- a/sites-available/ssl-fastcgi-cache.com +++ b/sites-available/ssl-fastcgi-cache.com @@ -16,7 +16,7 @@ server { # Paths to certificate files. ssl_certificate /etc/letsencrypt/live/ssl-fastcgi-cache.com/fullchain.pem; - ssl_certificate_key /etc/letsencrypt/live/ssl-fastcgi-cache.com/privkey.pem; + ssl_certificate_key /etc/letsencrypt/live/ssl-fastcgi-cache.com/privkey.pem; # File to be used as index index index.php; @@ -42,9 +42,9 @@ server { try_files $uri =404; include global/fastcgi-params.conf; - # Use the php pool defined in the upstream variable. - # See global/php-pool.conf for definition. - fastcgi_pass $upstream; + # Use the php pool defined in the upstream variable. + # See global/php-pool.conf for definition. + fastcgi_pass $upstream; # Skip cache based on rules in global/server/fastcgi-cache.conf. fastcgi_cache_bypass $skip_cache; @@ -57,8 +57,8 @@ server { fastcgi_cache_valid 60m; } - # Rewrite robots.txt - rewrite ^/robots.txt$ /index.php last; + # Rewrite robots.txt + rewrite ^/robots.txt$ /index.php last; # Uncomment if using the fastcgi_cache_purge module and Nginx Helper plugin (https://wordpress.org/plugins/nginx-helper/) # location ~ /purge(/.*) { diff --git a/sites-available/ssl.com b/sites-available/ssl.com index 161be4d..edf8864 100644 --- a/sites-available/ssl.com +++ b/sites-available/ssl.com @@ -10,8 +10,8 @@ server { root /sites/ssl.com/public; # Paths to certificate files. - ssl_certificate /etc/letsencrypt/live/ssl.com/fullchain.pem; - ssl_certificate_key /etc/letsencrypt/live/ssl.com/privkey.pem; + ssl_certificate /etc/letsencrypt/live/ssl.com/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/ssl.com/privkey.pem; # File to be used as index index index.php;