Websoft9 / docker-library

Docker Compose examples of selfhosted FOSS based on official image, just run it.
https://www.websoft9.com
Other
31 stars 16 forks source link

add nginx-proxy.conf for couchdb #492

Closed Camelliw closed 7 months ago

Camelliw commented 7 months ago
image
chendelin1982 commented 7 months ago

This can display interface, but is always loading

  location / {
        proxy_pass       $forward_scheme://$server:$port/_utils/;
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header X-Forwarded-Proto $scheme;
  }
chendelin1982 commented 7 months ago

I think it need not modify / to /utils, becasue / is api uri