https://github.com/bd808/labs-yandex-proxy
Nginx config to reverse proxy requests to yandex.ru
https://github.com/bd808/labs-yandex-proxy
Last synced: 3 months ago
JSON representation
Nginx config to reverse proxy requests to yandex.ru
- Host: GitHub
- URL: https://github.com/bd808/labs-yandex-proxy
- Owner: bd808
- License: apache-2.0
- Created: 2016-04-18T23:39:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-19T00:55:37.000Z (about 10 years ago)
- Last Synced: 2025-03-16T09:45:24.814Z (over 1 year ago)
- Homepage: https://phabricator.wikimedia.org/T132943
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Yandex reverse proxy
====================
Configure nginx running on a Wikimedia Labs instance to act as a reverse proxy
to the Yandex.XML 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