wohali commented on issue #994: View_index_dir is ignored in 2.1.1-1 URL: https://github.com/apache/couchdb/issues/994#issuecomment-358078048 You should never ever edit default.ini, it will be overwritten on upgrade. Instead, try placing a file named `/opt/couchdb/local.d/index.ini` with the following contents: ``` [couchdb] view_index_dir = ./index ``` and see if it works. Reopen if this does not solve your problem.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
