Skip to content

Commit

Permalink
Turn down grandcentral.
Browse files Browse the repository at this point in the history
BUG=skia:

Change-Id: I1f0365fbed1636dcfa43438ae0627ec7e41730f1
Reviewed-on: https://skia-review.googlesource.com/8053
Reviewed-by: Stephan Altmueller <stephana@google.com>
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
  • Loading branch information
jcgregorio authored and Skia Commit-Bot committed Feb 6, 2017
1 parent 1aace7e commit a0d0fd1
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 350 deletions.
13 changes: 0 additions & 13 deletions grandcentral/Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
include ../go/skiaversion/skiaversion.mk

all: grandcentral event_viewer event_gen

.PHONY: grandcentral
grandcentral: skiaversion
go install -v ./go/grandcentral

.PHONY: event_viewer
event_viewer: skiaversion
go install -v ./go/event_viewer

event_gen: skiaversion
go install -v ./go/event_gen

testgo: skiaversion
go test ./go/... -v
16 changes: 0 additions & 16 deletions grandcentral/build_release

This file was deleted.

51 changes: 0 additions & 51 deletions grandcentral/go/event_gen/main.go

This file was deleted.

81 changes: 0 additions & 81 deletions grandcentral/go/event_viewer/main.go

This file was deleted.

131 changes: 0 additions & 131 deletions grandcentral/go/grandcentral/main.go

This file was deleted.

18 changes: 0 additions & 18 deletions grandcentral/sys/grandcentral.service

This file was deleted.

8 changes: 0 additions & 8 deletions push/skiapush.conf
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,6 @@
"skiacorrectness-pdfium",
]

[servers.skia-grandcentral]
appNames = [
"logserverd",
"pulld",
"grandcentral",
"nsqd",
]

[servers.skia-systemd-snapshot-maker]
appNames = [
"logserverd",
Expand Down
32 changes: 0 additions & 32 deletions skfe/sys/skia_org_nginx
Original file line number Diff line number Diff line change
Expand Up @@ -746,38 +746,6 @@ server {
return 301 https://reviews.skia.org$request_uri;
}

##### grandcentral.skia.org ###########################
server {
listen 443;
server_name grandcentral.skia.org;

ssl on;

access_log /var/log/nginx/grand-central.access.log;
error_log /var/log/nginx/grand-central.error.log error;

# Enforce browser XSS protection
add_header X-XSS-Protection "1; mode=block";
# Disable content sniffing
add_header X-Content-Type-Options nosniff;

location / {
# Return 200 if the backend is down so we avoid Google Storage to
# keep sending undelivered events.
error_page 502 504 =200 @empty;
proxy_pass http://skia-grandcentral:8002;
proxy_set_header Host $host;
}

location @empty {
return 200 '';
}
}
server {
listen 80;
server_name grandcentral.skia.org;
return 301 https://grandcentral.skia.org$request_uri;
}

##### internal.skia.org ###########################
server {
Expand Down

0 comments on commit a0d0fd1

Please sign in to comment.