Skip to content

Commit 26ef371

Browse files
committed
add named anchor
1 parent e2af597 commit 26ef371

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deployment/fastcgi/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Because it will not change any web server configuration, you do not need to run
6666
$ fanocli --deploy-fcgi=myapp.me --stdout
6767
```
6868

69-
## Change host and port
69+
## <a name="change-host-and-port"></a>Change host and port
7070

7171
By default, Fano CLI, `--deploy-fcgi` parameter will use `127.0.0.1` and `20477` as default host and port respectively. To use different value, you can edit generated virtual host configuration file or use `--host`, `--port` parameters when using `--deploy-fcgi`.
7272

deployment/scgi/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Because it will not change any web server configuration, you do not need to run
5353
$ fanocli --deploy-scgi=myapp.me --stdout
5454
```
5555

56-
## Change host and port
56+
## <a name="change-host-and-port"></a>Change host and port
5757

5858
By default, Fano CLI, `--deploy-scgi` parameter will use `127.0.0.1` and `20477` as default host and port respectively. To use different value, you can edit generated virtual host configuration file or use `--host`, `--port` parameters when using `--deploy-scgi`.
5959

deployment/standalone-web-server/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Because it will not change any web server configuration, you do not need to run
4949
$ fanocli --deploy-http=myapp.me --stdout
5050
```
5151

52-
## Change host and port
52+
## <a name="change-host-and-port"></a>Change host and port
5353

5454
By default, Fano CLI, `--deploy-http` parameter will use `127.0.0.1` and `20477` as default host and port respectively. To use different value, you can edit generated virtual host configuration file or use `--host`, `--port` parameters when using `--deploy-http`.
5555

deployment/uwsgi/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Because it will not change any web server configuration, you do not need to run
5252
```
5353
$ fanocli --deploy-uwsgi=myapp.me --stdout
5454
```
55-
## Change host and port
55+
## <a name="change-host-and-port"></a>Change host and port
5656

5757
By default, Fano CLI, `--deploy-uwsgi` parameter will use `127.0.0.1` and `20477` as default host and port respectively. To use different value, you can edit generated virtual host configuration file or use `--host`, `--port` parameters when using `--deploy-uwsgi`.
5858

0 commit comments

Comments
 (0)