You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -60,7 +60,7 @@ You can also visit https://nodejs.org.
60
60
61
61
### Local domains (optional)
62
62
63
-
To use local `.localhost` domains, you need to configure your network or browser to use chalet's proxy auto-config file or you can skip this step for the moment and go directly to http://localhost:2000
63
+
To use local `.test` domains, you need to configure your network or browser to use chalet's proxy auto-config file or you can skip this step for the moment and go directly to http://localhost:2000
If you're offline or can't configure your browser to use `.localhost` domains, you can **always** access your local servers by going to [localhost:2000](http://localhost:2000).
173
+
If you're offline or can't configure your browser to use `.test` domains, you can **always** access your local servers by going to [localhost:2000](http://localhost:2000).
174
174
175
175
## Configurations, logs and self-signed SSL certificate
176
176
@@ -195,8 +195,8 @@ By default, `chalet` uses the following configuration values:
195
195
// Timeout when proxying requests to local domains
196
196
"timeout":5000,
197
197
198
-
// Change this if you want to use another tld than .localhost
199
-
"tld":'localhost',
198
+
// Change this if you want to use another tld than .test
199
+
"tld":'test',
200
200
201
201
// If you're behind a corporate proxy, replace this with your network proxy IP (example: "1.2.3.4:5000")
_When proxying to a `https` server, you may get an error because your `.localhost` domain doesn't match the host defined in the server certificate. With this flag, `host` header is changed to match the target URL._
254
+
_When proxying to a `https` server, you may get an error because your `.test` domain doesn't match the host defined in the server certificate. With this flag, `host` header is changed to match the target URL._
Copy file name to clipboardExpand all lines: docs/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
# Configuring local .localhost domains
1
+
# Configuring local .test domains
2
2
3
3
_This step is totally optional and you can use chalet without it._
4
4
5
-
To use local `.localhost` domain, you need to configure your browser or network to use chalet's proxy auto-config file which is available at `http://localhost:2000/proxy.pac`[[view file content](../src/daemon/views/proxy-pac.pug)].
5
+
To use local `.test` domain, you need to configure your browser or network to use chalet's proxy auto-config file which is available at `http://localhost:2000/proxy.pac`[[view file content](../src/daemon/views/proxy-pac.pug)].
6
6
7
-
**Important** chalet MUST be running before configuring your network or browser so that `http://localhost:2000/proxy.pac` is available. If chalet is started after and you can't access `.localhost` domains, simply disable/enable network or restart browser.
7
+
**Important** chalet MUST be running before configuring your network or browser so that `http://localhost:2000/proxy.pac` is available. If chalet is started after and you can't access `.test` domains, simply disable/enable network or restart browser.
8
8
9
9
## Configuring another .tld
10
10
11
-
You can edit `~/.chalet/conf.json` to use another Top-level Domain than `.localhost`.
11
+
You can edit `~/.chalet/conf.json` to use another Top-level Domain than `.test`.
0 commit comments