[skfe] Add entry for chrome gpu gold instance

No-Presubmit: true
No-Presubmit: true
TBR=jcgregorio
Bug: skia:8293
Change-Id: I48c4e34392fad20c701af4fcc380549b5294f55c
Reviewed-on: https://skia-review.googlesource.com/c/177726
Reviewed-by: Stephan Altmueller <stephana@google.com>
Commit-Queue: Stephan Altmueller <stephana@google.com>
diff --git a/skfe/sys/skia_org_nginx b/skfe/sys/skia_org_nginx
index 479e33b..3fd7d41 100644
--- a/skfe/sys/skia_org_nginx
+++ b/skfe/sys/skia_org_nginx
@@ -1508,6 +1508,24 @@
     return 301 https://lottie-gold.skia.org$request_uri;
 }
 
+#####   chrome-gpu-gold.skia.org   ###########################
+server {
+    listen      443;
+    server_name chrome-gpu-gold.skia.org;
+    ssl on;
+    access_log /var/log/nginx/chrome-gpu-gold.access.log;
+    error_log /var/log/nginx/chrome-gpu-gold.error.log error;
+    location / {
+        proxy_pass https://35.201.76.220;
+        proxy_set_header Host $host;
+    }
+}
+server {
+    listen      80;
+    server_name chrome-gpu-gold.skia.org;
+    return 301 https://chrome-gpu-gold.skia.org$request_uri;
+}
+
 #####   jsfiddle.skia.org   ###########################
 server {
     listen      443;