File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ For a "single instance" setup on a local machine you need at least:
14
14
15
15
The nginx's configuration is located in the ` nginx.conf ` file and contains a "Basic authentication"
16
16
for accessing the HTTP and WebSocket API. The users for this sample authentication are configured
17
- in the ` nginx.httpasswd ` file also located in this directory.
17
+ in the ` nginx.htpasswd ` file also located in this directory.
18
18
19
19
In order to add a new entry to this file, use the "openssl passwd" tool to create a hashed password:
20
20
``` bash
@@ -23,7 +23,7 @@ openssl passwd -quiet
23
23
Verifying - Password: < enter password>
24
24
```
25
25
26
- Append the printed hash in the ` nginx.httpasswd ` file placing the username who shall receive this
26
+ Append the printed hash in the ` nginx.htpasswd ` file placing the username who shall receive this
27
27
password in front like this:
28
28
```
29
29
ditto:A6BgmB8IEtPTs
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ with its backing Database - MongoDB - and a reverse proxy - nginx - in front of
9
9
### Configure nginx
10
10
The nginx's configuration is located in the ` nginx.conf ` file and contains a "Basic authentication"
11
11
for accessing the HTTP and WebSocket API. The users for this sample authentication are configured
12
- in the ` nginx.httpasswd ` file also located in this directory.
12
+ in the ` nginx.htpasswd ` file also located in this directory.
13
13
14
14
In order to add a new entry to this file, use the "openssl passwd" tool to create a hashed password:
15
15
``` bash
@@ -18,7 +18,7 @@ openssl passwd -quiet
18
18
Verifying - Password: < enter password>
19
19
```
20
20
21
- Append the printed hash in the ` nginx.httpasswd ` file placing the username who shall receive this
21
+ Append the printed hash in the ` nginx.htpasswd ` file placing the username who shall receive this
22
22
password in front of Ditto like this:
23
23
```
24
24
ditto:A6BgmB8IEtPTs
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ with its backing Database - MongoDB - and a reverse proxy - nginx - in front of
6
6
## Configure nginx
7
7
The nginx's configuration is located in the ` nginx.conf ` file and contains a "Basic authentication"
8
8
for accessing the HTTP and WebSocket API. The users for this sample authentication are configured
9
- in the ` nginx.httpasswd ` file also located in this directory.
9
+ in the ` nginx.htpasswd ` file also located in this directory.
10
10
11
11
In order to add a new entry to this file, use the "openssl passwd" tool to create a hashed password:
12
12
``` bash
@@ -15,7 +15,7 @@ openssl passwd -quiet
15
15
Verifying - Password: < enter password>
16
16
```
17
17
18
- Append the printed hash in the ` nginx.httpasswd ` file placing the username who shall receive this
18
+ Append the printed hash in the ` nginx.htpasswd ` file placing the username who shall receive this
19
19
password in front like this:
20
20
```
21
21
ditto:A6BgmB8IEtPTs
You can’t perform that action at this time.
0 commit comments