fix: wording

This commit is contained in:
Mike Ziebeck 2023-12-30 12:09:39 +01:00
parent 4d291b2ab9
commit 60d3f8f3fa

View file

@ -120,7 +120,7 @@ In terms of content, we create an HTTP web server that responds to all browser r
![Paste App.js Code](./images_en/16-nodejs-tutorial-subdomain-nodejs-paste-sample-code-appjs.png)
Back in the Node.js settings for our subdomain, we try out the "URL of the application" with one click.
Back in the Node.js settings for our subdomain, we try out the "Application URL" with one click.
![Open URL](./images_en/17-nodejs-tutorial-subdomain-nodejs-open-url.png)
@ -130,9 +130,9 @@ But the default welcome page of our hosting package appears.
![Default Site](./images_en/18-nodejs-tutorial-subdomain-nodejs-apache-default-site.png)
This is because the primary NGINX server still passes **all** requests to the Apache web server (which can also interpret PHP). So next we disconnect the connection between the two.
This is because the primary NGINX server still passes **all** requests to the Apache web server (which can also interpret PHP). So next we disconnect the two.
To do this, we go back to [Websites & Domains] and to our subdomain `nodejs-tutorial.pentagame-online.de`, where we click on the [Hosting and DNS] tab.
To do this, we go back to [Websites & Domains] and to our subdomain `nodejs-tutorial.pentagame-online.de`, where we click on the [Hosting & DNS] tab.
![Hosting and DNS Tab](./images_en/19-nodejs-tutorial-subdomain-hosting-dns-tab.png)