Skip to content

Commit 06bdfb8

Browse files
committed
add link to relevant page
1 parent 4bef325 commit 06bdfb8

File tree

1 file changed

+1
-1
lines changed
  • deployment/standalone-web-server

1 file changed

+1
-1
lines changed

deployment/standalone-web-server/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Tutorial on how to deploy Fano application as stand-alone web serve
55

66
<h1 class="major">Deployment as stand-alone Web Server</h1>
77

8-
If you create http web application such libmicrohttpd-based project using Fano CLI with `--project-mhd` command, you can simply access application directly from Internet browser using host and port where application listen, for example `http://localhost:8080`.
8+
If you [create http web application](/scaffolding-with-fano-cli/creating-project#scaffolding-libmicrohttpd-project) such libmicrohttpd-based project using Fano CLI with `--project-mhd` command, you can simply access application directly from Internet browser using host and port where application listen, for example `http://localhost:8080`.
99

1010
Other alternative is to run application behind reverse proxy web server such as Apache or Nginx.
1111

0 commit comments

Comments
 (0)