Skip to content

Commit f3a541a

Browse files
committed
[ADD] multi_website: add info to configure multiple domains
closes #1898 X-original-commit: 324936c Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
1 parent ed4a7be commit f3a541a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: content/applications/websites/website/publish/multi_website.rst

+9
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,15 @@ be redirected to the right website using GeoIP.
126126
.. seealso::
127127
- :doc:`/administration/maintain/domain_names`
128128

129+
If you setup an extra website and specify the domain name you will have to
130+
do three things to get this feature to work:
131+
132+
#. Setup an A-record in the DNS configuration of your hosting provider so
133+
that "www.mywebsite2.ext" is redirected to the IP of your Odoo instance.
134+
#. Create an extra Nginx ``server`` block in which you set the
135+
``server_name`` that you've set in the :guilabel:`Website domain` field.
136+
#. Reload and restart your Nginx instance to use the new ``server`` block.
137+
129138
Customize the visitor experience
130139
================================
131140

0 commit comments

Comments
 (0)