Skip to content

Commit

Permalink
fix: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mzaiprog committed Dec 30, 2023
1 parent 4d291b2 commit 60d3f8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions community-tutorials/setup-nodejs-server-EiWoMiSau/01-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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)

Expand Down

0 comments on commit 60d3f8f

Please sign in to comment.