Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

greenmangaming/cloudant-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Nginx Proxy to Cloudant

This is the config we use to talk to Cloudant without changing any of our existing services.

It requires two things - the hostname and the Basic Auth header and then it is good to go. To generate the basic auth:

echo -n "username:password" | openssl enc -base64

Then pop that in set header Authorization following the word Basic. That's it.

Tested with nginx 1.1.19.

Why?

We figured this might be useful to others who migrate from CouchDB to Cloudant

About

How we use Nginx to talk to Cloudant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published