File tree 1 file changed +9
-0
lines changed
content/applications/websites/website/publish
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,15 @@ be redirected to the right website using GeoIP.
126
126
.. seealso ::
127
127
- :doc: `/administration/maintain/domain_names `
128
128
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
+
129
138
Customize the visitor experience
130
139
================================
131
140
You can’t perform that action at this time.
0 commit comments