There’s a planned maintenance scheduled for the week of June 15th - the exact date and time will be announced soon. See More Details
Legacy Knowledge Base
Published Jun. 30, 2025

Whitelisting IPs in Liferay Cloud

Written By

Ricky Pan

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM).

Issue

  • You need to enable an IP or set of IP addresses to access your Liferay Cloud instance.

Environment

  • Liferay SaaS

Resolution

  • Configure the NGINX webserver through editing the configuration files in /webserver/configs/common/conf.d/. Note: You can edit either the default liferay.conf file or create additional .conf files.
allow a.b.c.d;
allow e.f.g.h/i;
...

deny all;

Where a.b.c.d and e.f.g.h/i are IP addresses and ranges you whitelist. You can define multiple addresses and ranges in this way.

  • The default nginx.conf has the line
     include /etc/nginx/conf.d/*.conf;
    which includes the other .conf files found in the conf.d directory.
  • The syntax follows the NGINX syntax. Refer to NGINX configuration guidelines
Did this article resolve your issue ?

Legacy Knowledge Base

Capabilities

Product

Education

Knowledge Base

Contact Us


Powered by Liferay
© 2026 Liferay Inc. All Rights Reserved • Privacy Policy