move deployments
This commit is contained in:
parent
41b12a488d
commit
cb7533a091
@ -50,7 +50,7 @@ server {
|
||||
proxy_max_temp_file_size 0;
|
||||
proxy_buffering off;
|
||||
location / {
|
||||
proxy_pass http://bernie/;
|
||||
proxy_pass http://bernie:8000/;
|
||||
proxy_set_header HOST optimization.ligalytics.com;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
@ -86,7 +86,7 @@ server {
|
||||
root /var/www/html;
|
||||
}
|
||||
location / {
|
||||
proxy_pass http://bernie/;
|
||||
proxy_pass http://bernie:8000/;
|
||||
#rewrite ^/singleteam(.*)$ $1 break;
|
||||
proxy_intercept_errors on;
|
||||
proxy_set_header Host team.ligalytics.com;
|
||||
@ -114,7 +114,7 @@ server {
|
||||
return 200 "User-agent: *\nDisallow: /\n";
|
||||
}
|
||||
location / {
|
||||
proxy_pass http://bernie/;
|
||||
proxy_pass http://bernie:8000/;
|
||||
proxy_intercept_errors on;
|
||||
proxy_set_header HOST club.ligalytics.com;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
@ -141,7 +141,7 @@ server {
|
||||
return 200 "User-agent: *\nDisallow: /\n";
|
||||
}
|
||||
location / {
|
||||
proxy_pass http://bernie/;
|
||||
proxy_pass http://bernie:8000/;
|
||||
proxy_intercept_errors on;
|
||||
proxy_set_header HOST login.ligalytics.com;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
|
||||
@ -1,25 +1,25 @@
|
||||
|
||||
server {
|
||||
server_name collector.wehazele.com;
|
||||
listen 443 ssl;
|
||||
client_max_body_size 100M;
|
||||
error_page 500 501 502 503 504 /maintenance.html;
|
||||
location /maintenance.html {
|
||||
root /var/www/html;
|
||||
}
|
||||
|
||||
|
||||
location / {
|
||||
proxy_pass http://192.168.178.107:3000;
|
||||
proxy_intercept_errors on;
|
||||
proxy_set_header HOST collector.wehazele.com;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_connect_timeout 5;
|
||||
proxy_read_timeout 240;
|
||||
# server {
|
||||
# server_name collector.wehazele.com;
|
||||
# listen 443 ssl;
|
||||
# client_max_body_size 100M;
|
||||
# error_page 500 501 502 503 504 /maintenance.html;
|
||||
# location /maintenance.html {
|
||||
# root /var/www/html;
|
||||
#index maintenance.html;
|
||||
}
|
||||
ssl_certificate /etc/letsencrypt/live/collector.wehazele.com/fullchain.pem; # managed by Certbot
|
||||
ssl_certificate_key /etc/letsencrypt/live/collector.wehazele.com/privkey.pem; # managed by Certbot
|
||||
# }
|
||||
|
||||
}
|
||||
|
||||
# location / {
|
||||
# proxy_pass http://192.168.178.107:3000;
|
||||
# proxy_intercept_errors on;
|
||||
# proxy_set_header HOST collector.wehazele.com;
|
||||
# proxy_set_header X-Real-IP $remote_addr;
|
||||
# proxy_connect_timeout 5;
|
||||
# proxy_read_timeout 240;
|
||||
# #root /var/www/html;
|
||||
# #index maintenance.html;
|
||||
# }
|
||||
# ssl_certificate /etc/letsencrypt/live/collector.wehazele.com/fullchain.pem; # managed by Certbot
|
||||
# ssl_certificate_key /etc/letsencrypt/live/collector.wehazele.com/privkey.pem; # managed by Certbot
|
||||
|
||||
# }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user