How to change nuxeo base URL?

Hi, I'm trying to change nuxeo's base url so that all links will point to some other url instead of localhost. Can anyone advise me how to do it? Thanks

0 votes

1 answers

4158 views

ANSWER



You must change the nuxeo.url value in the /bin/nuxeo.conf file

nuxeo.url=http://localhost:8080/nuxeo
0 votes



And you might want to have a look at other configuration parameters: http://doc.nuxeo.com/x/QQA7

General parameters:

  • nuxeo.templates=default
  • nuxeo.bind.address=0.0.0.0
  • nuxeo.url=http://localhost:8080/nuxeo
  • org.nuxeo.ecm.contextPath=/nuxeo
11/05/2013