-
My app is running via NGINX. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @RomanSarvarov Hope this helps :) |
Beta Was this translation helpful? Give feedback.
-
My app is running via NGINX. |
Beta Was this translation helpful? Give feedback.
-
Hey @RomanSarvarov Hope this helps :) |
Beta Was this translation helpful? Give feedback.
Hey @RomanSarvarov
I am not 100% sure if I understand your question correctly. Generally speaking your webserver (Nginx) is still responsible for delivering all content to your users. The node process is only called internally (e.g. http://127.0.0.1:13714/render) and only delivers the rendered content for the first visit. All subsequent Inertia visits will be XHR visits.
Hope this helps :)