We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dece64 commit f682fcbCopy full SHA for f682fcb
docs/source/guides/architecture/orchestrator.rst
@@ -35,3 +35,13 @@ needed.
35
36
When updating the Nginx config, the orchestrator first moves the old configuration into
37
``site-{site-id}.conf.bak``. Only if that succeeds will it write the new configuration.
38
+
39
+Hosting a website
40
+-----------------
41
+When creating a site, the manager sends a request to the orchestrator to generate a ``nginx.conf``
42
+configuration, which is then moved to ``/data/nginx/director.d/``. The ``nginx.conf`` running the balancer
43
+has a line that looks like::
44
45
+ include /data/nginx/director.d/*.conf
46
47
+This is the magic line that actually hosts the sites on the internet.
0 commit comments