Skip to content

Commit 66491b9

Browse files
author
Brian Button
committed
Improved some of the language
1 parent 0c289ab commit 66491b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

help/installing-behind-proxy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Installing Iron Foundry behind a proxy server requires a few minor changes in th
1111
## Changes for installing behind a proxy
1212
Three discrete changes are all that is necessary to deploy behind a firewall:
1313

14-
1. Open Internet Explorer, Internet Options, go into the Connections tab, and configure your proxy server in the appropriate way. That might be by allowing for autodiscovery, you may have a configuration script, or may have to set it up manually. Save that change and exit.
14+
1. Open Internet Explorer, Internet Options, go into the Connections tab and into LAN Settings. Once there, configure your proxy server in the appropriate way. That might be by allowing for autodiscovery or an automatic configuration script, or through setting the proxy address and credentials manually. Save that change and exit.
1515
2. Open a powershell window and enter `$env:HTTP_PROXY = "proxy information"`, where the double quotes are important, since this is a string.
16-
3. Create a file in the logged in user's home directory called .gitconfig. In that file, put this content, replacing 127.0.0.1.8118 with the credentials and address of your proxy server.
16+
3. Create a file in the logged-in user's home directory called .gitconfig. In that file, put this content, replacing 127.0.0.1.8118 with the credentials and address of your proxy server.
1717

1818
```
1919
[http]

0 commit comments

Comments
 (0)