Skip to content
Snippets Groups Projects
Commit 1d724e6d authored by Sanjeevani Avasthi's avatar Sanjeevani Avasthi
Browse files

Replace nginx.conf

parent fb7039f6
Branches
No related tags found
No related merge requests found
server {
listen 80;
listen [::]:80;
listen 9150;
server_name 172.26.131.9;
include /etc/nginx/mime.types;
default_type application/octet-stream;
......@@ -13,7 +12,7 @@ server {
}
location /couchdb {
rewrite /couchdb/(.*) /$1 break;
proxy_pass http://172.26.130.79:5984;
proxy_pass http://localhost:5984;
proxy_redirect off;
proxy_buffering off;
proxy_set_header Host $host;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment