Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

bd808/labs-google-api-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google API reverse proxy

Configure nginx running on a Wikimedia Labs instance to act as a reverse proxy to the Google search API.

Installation

  1. Create instance
  2. Assign the instance a static IP address via horizon.wikimedia.org
  3. sudo apt-get install nginx-light
  4. sudo cp proxy.conf /etc/nginx/sites-enabled/default
  5. sudo service nginx restart