collector
This commit is contained in:
parent
de832b38fd
commit
f23b75f507
@ -157,33 +157,6 @@ server {
|
||||
|
||||
|
||||
|
||||
server {
|
||||
server_name collector.wehazele.com;
|
||||
listen 443;
|
||||
#rewrite ^/singleteam(.*)$ $1 last;
|
||||
location = /robots.txt {
|
||||
add_header Content-Type text/plain;
|
||||
return 200 "User-agent: *\nDisallow: /\n";
|
||||
}
|
||||
error_page 400 401 402 403 404 500 501 502 503 504 /maintenance.html;
|
||||
location /maintenance.html {
|
||||
root /var/www/html;
|
||||
}
|
||||
location / {
|
||||
proxy_pass http://bernie:3000/singleteam;
|
||||
#rewrite ^/singleteam(.*)$ $1 break;
|
||||
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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
server {
|
||||
# server_name compute.asolvo.de;
|
||||
server_name scheduler.ligalytics.com;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user