Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 26235c0

Browse files
mikeblackstockandersevenrud
authored andcommitted
Updated deployment guide (#15)
Grammar and typo fixes
1 parent 75d252c commit 26235c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/v3/guide/deploy/README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ full_title: Deployment Guide
77

88
Follow the regular installation guide to set up your OS.js installation.
99

10-
This article contains instructions and recommendations for deploying your OS.js instance on a production environment.
10+
This article contains instructions and recommendations for deploying your OS.js instance in a production environment.
1111

1212
## Checklist
1313

@@ -109,7 +109,7 @@ Create a new virtual host file or replace the default one provided by your OS:
109109
</VirtualHost>
110110
```
111111

112-
*Please note that on some apache versions HTTP connection upgrades does not work for Websockets* (connection issues like dropouts, etc.), and you might have to reconfigure your client to use a dedicated connection path:
112+
*Please note that on some apache versions HTTP connection upgrades do not work for Websockets* (connection issues like dropouts, etc.), and you might have to reconfigure your client to use a dedicated connection path:
113113

114114
> [info] Requires the modules `proxy`, `proxy_wstunnel` and `proxy_http`
115115
@@ -201,7 +201,7 @@ You can also run the client and server separately (even physically), with some e
201201

202202
> Note that if you're hosting on different hostnames, you have to set up CORS. [Example for nginx](https://enable-cors.org/server_nginx.html).
203203
204-
Serve the `dist/` directory where your client is, and on the server, just run with the normal `npm run serve` command or methods described above.
204+
Serve the `dist/` directory where your client is, and on the server, just run with the normal `npm run serve` command or with the methods described above.
205205

206206
In this example we configure:
207207

@@ -210,7 +210,7 @@ In this example we configure:
210210

211211
```javascript
212212
// src/client/config.js
213-
// By default all of these settings are detected with the URL youre using to visit OS.js
213+
// By default all of these settings are detected with the URL you're using to visit OS.js
214214

215215
{
216216
// HTTP Requests

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /