Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jlguenego committed Apr 20, 2020
1 parent 6d878d6 commit d1873b8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@
},
"files.exclude": {
"**/*.js": false
}
},
"pasteImage.path": "${currentFileDir}/img"
}
Binary file added doc/use-case/img/2020-04-20-12-27-33.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 12 additions & 2 deletions doc/use-case/production-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You need to have many hosts:
For this example, let say the domain name is:
- jlg.local (NETBIOS: JLG)

Suppose we have two window domain accounts:
Suppose we have two Windows domain accounts:
- `[email protected]`: a user account for client.
- `[email protected]`: a user account for server.
Please create the above accounts on the domain controller (AD DS).
Expand Down Expand Up @@ -74,13 +74,23 @@ Test the server locally:
start chrome http://musette:3000
```

You should see something like this:
```cmd
{
"method": "NTLM",
"displayName": "<your-account-name>"
}
```

## Configuring reverse-proxy-host

You need to configure the DNS via an app called *DNS Manager*:
- add a Host(A) rule: `kiki` -> `192.168.1.216`
- under the domain zone, add a Host(A) rule: `kiki` -> `192.168.1.216`

It means that `jlgdc01` and `kiki` means the same machine: the reverse-proxy-host.

![](img/2020-04-20-12-27-33.png)

You need to configure IIS as a reverse proxy via *IIS Manager*:
- look at this [microsoft documentation](https://docs.microsoft.com/fr-fr/archive/blogs/friis/setup-iis-with-url-rewrite-as-a-reverse-proxy-for-real-world-apps)
- install `URL Rewrite`
Expand Down

0 comments on commit d1873b8

Please sign in to comment.