Example Configuration Files
Different services in Liferay Cloud (such as the search and web server services) use configuration files to perform what you might be used to handling differently in an on-premises environment. Here are some example resources you can use as a starting point to see what these files look like when you are getting started with Liferay Cloud.
Web Server Service Configuration (nginx.conf)
The web server service uses an Nginx server to manage web traffic. Here is an example nginx.conf
file:
The nginx.conf
file belongs in the webserver/configs/[ENV]/conf.d/
directory in your project repository.
Search Service Configuration (elasticsearch.yml)
The search service uses an Elasticsearch server to handle search queries in your Liferay instance. Here is an example elasticsearch.yml
file:
The elasticsearch.yml
file belongs in the search/configs/[ENV]/config/
directory in your project repository.