Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Main site https redirect
- #server {
- # listen 80;
- # server_name www.blechinger.io blechinger.io;
- # return 301 https://blechinger.io$request_uri;
- #}
- # Main site
- server {
- # port changed from 443 to 80 for HAProxy SSL termination
- listen 80;
- server_name https://blechinger.io;
- # HTTP Strict Transport Security response header
- # This is now handled by HAProxy
- # add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;
- # SSL cert & key
- # This is now handled by HAProxy
- # ssl_certificate /var/www/blechinger.io/cert/blechinger.io/blechinger.io.crt;
- # ssl_certificate_key /var/www/blechinger.io/cert/blechinger.io/blechinger.io.key;
- # FOLLOWING LINE IS FOR THIS DOMAIN ONLY to enable domain mapping
- server_name_in_redirect off;
- # root and index
- root /var/www/blechinger.io/htdocs;
- index index.php index.html index.htm;
- # includes for WordPress magic sauce
- include common/wpfc.conf;
- include common/wpcommon.conf;
- include common/locations.conf;
- include /var/www/blechinger.io/conf/nginx/*.conf;
- }
- # blog. site https redirect
- #server {
- # listen 80;
- # server_name blog.blechinger.io;
- # return 301 https://blog.blechinger.io$request_uri;
- #}
- # blog. site
- server {
- # port changed from 443 to 80 for HAProxy SSL termination
- listen 80;
- server_name https://blog.blechinger.io;
- # HTTP Strict Transport Security response header
- # This is now handled by HAProxy
- # add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;
- # SSL cert & key
- # ssl_certificate /var/www/blechinger.io/cert/blechinger.io/blechinger.io.crt;
- # ssl_certificate_key /var/www/blechinger.io/cert/blechinger.io/blechinger.io.key;
- # root and index
- root /var/www/blechinger.io/htdocs;
- index index.php index.html index.htm;
- # includes for WordPress magic sauce
- include common/wpfc.conf;
- include common/wpcommon.conf;
- include common/locations.conf;
- include /var/www/blechinger.io/conf/nginx/*.conf;
- }
- # gamenight. site https redirect
- #server {
- # listen 80;
- # server_name gamenight.blechinger.io;
- # return 301 https://gamenight.blechinger.io$request_uri;
- #}
- # gamenight. site
- server {
- # port changed from 443 to 80 for HAProxy SSL termination
- listen 80;
- server_name https://gamenight.blechinger.io;
- # HTTP Strict Transport Security response header
- # This is now handled by HAProxy
- # add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;
- # SSL cert & key
- # This is now handled by HAProxy
- # ssl_certificate /var/www/blechinger.io/cert/blechinger.io/blechinger.io.crt;
- # ssl_certificate_key /var/www/blechinger.io/cert/blechinger.io/blechinger.io.key;
- # root and index
- root /var/www/blechinger.io/htdocs;
- index index.php index.html index.htm;
- # includes for WordPress magic sauce
- include common/wpfc.conf;
- include common/wpcommon.conf;
- include common/locations.conf;
- include /var/www/blechinger.io/conf/nginx/*.conf;
- }
- # # # # # # # # # # # # # # # # # # # # # #
- # #
- # ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~ #
- # ~*~ rachelreagan.com blocks begin ~*~ #
- # ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~ #
- # #
- # # # # # # # # # # # # # # # # # # # # # #
- # rachelreagan.com #https redirect
- #server {
- # listen 80;
- # server_name www.rachelreagan.com rachelreagan.com;
- # return 301 https://rachelreagan.com$request_uri;
- #}
- # rachelreagan.com site
- server {
- # port changed from 443 to 80 for HAProxy SSL termination
- listen 80;
- server_name https://www.rachelreagan.com https://rachelreagan.com;
- # HTTP Strict Transport Security response header
- # This is now handled by HAProxy
- # add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;
- # root and index directory
- root /var/www/blechinger.io/htdocs;
- index index.php index.html index.htm;
- # SSL cert & key
- # This is now handled by HAProxy
- # ssl_certificate /var/www/blechinger.io/cert/rachelreagan.com/rachelreagan.com.crt;
- # ssl_certificate_key /var/www/blechinger.io/cert/rachelreagan.com/rachelreagan.com.key;
- # includes for WordPress magic sauce
- include common/wpfc.conf;
- include common/wpcommon.conf;
- include common/locations.conf;
- include /var/www/blechinger.io/conf/nginx/*.conf;
- }
- # # # # # # # # # # # # # # # # # # # # # # #
- # #
- # ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~ #
- # ~*~exponentialnews.net blocks begin~*~ #
- # ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~ #
- # #
- # # # # # # # # # # # # # # # # # # # # # # #
- # exponentialnews.net #https redirect
- #server {
- # listen 80;
- # server_name www.exponentialnews.net exponentialnews.net;
- # return 301 https://exponentialnews.net$request_uri;
- #}
- # exponentialnews.net site
- server {
- # port changed from 443 to 80 for HAProxy SSL termination
- listen 80;
- server_name https://www.exponentialnews.net https://exponentialnews.net;
- # HTTP Strict Transport Security response header
- # This is now handled by HAProxy
- # add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;
- # root and index directory
- root /var/www/blechinger.io/htdocs;
- index index.php index.html index.htm;
- # SSL cert & key
- # ssl_certificate /var/www/blechinger.io/cert/exponentialnews.net/exponentialnews.net.crt;
- # ssl_certificate_key /var/www/blechinger.io/cert/exponentialnews.net/exponentialnews.net.key;
- # includes for WordPress magic sauce
- include common/wpfc.conf;
- include common/wpcommon.conf;
- include common/locations.conf;
- include /var/www/blechinger.io/conf/nginx/*.conf;
- }
- # # # # # # # # # # # # # # # # # # # # # # #
- # #
- # ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~ #
- # ~*~ kylejohnson.io blocks begin ~*~ #
- # ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~ #
- # #
- # # # # # # # # # # # # # # # # # # # # # # #
- # kylejohnson.io #https redirect
- #server {
- # listen 80;
- # server_name www.kylejohnson.io kylejohnson.io;
- # return 301 https://kylejohnson.io$request_uri;
- #}
- # kylejohnson.io site
- server {
- # port changed from 443 to 80 for HAProxy SSL termination
- listen 80;
- server_name https://www.kylejohnson.io https://kylejohnson.io;
- # HTTP Strict Transport Security response header
- # This is now handled by HAProxy
- # add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;
- # root and index directory
- root /var/www/blechinger.io/htdocs;
- index index.php index.html index.htm;
- # SSL cert & key
- # This is now handled by HAProxy
- # ssl_certificate /var/www/blechinger.io/cert/kylejohnson.io/kylejohnson.io.crt;
- # ssl_certificate_key /var/www/blechinger.io/cert/kylejohnson.io/kylejohnson.io.key;
- # includes for WordPress magic sauce
- include common/wpfc.conf;
- include common/wpcommon.conf;
- include common/locations.conf;
- include /var/www/blechinger.io/conf/nginx/*.conf;
- }
Add Comment
Please, Sign In to add comment