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
Copy file name to clipboardExpand all lines: deployment/standalone-web-server/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Tutorial on how to deploy Fano application as stand-alone web serve
5
5
6
6
<h1class="major">Deployment as stand-alone Web Server</h1>
7
7
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`.
9
9
10
10
Other alternative is to run application behind reverse proxy web server such as Apache or Nginx.
0 commit comments