Skip to content

Commit 220b483

Browse files
Update installpythonfastapi.md
1 parent cf09b65 commit 220b483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installpythonfastapi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ INFO: Application startup complete.
7979
## Exposing App to the Web
8080
If you plan to expose your web app to the Internet, it's probably a good idea to set up an NGINX web server as a web front end that also uses SSL for secure communications. NGINX can proxy/pass all web traffic to youe Uvicorn server.
8181

82-
Note: It's possible Uvicorn can be exposed without using NGINX, but I would recommend exploring this more on the Uvicorn web site and doing appropriate research before you expose your app server to the web.
82+
Note: It's possible Uvicorn can be exposed without using NGINX, but I would recommend exploring this more on the Uvicorn web site and doing appropriate research before you expose your app server to the web. https://uvicorn.org/deployment
8383

8484

8585
## Trying out your sample app from a web browser

0 commit comments

Comments
 (0)