Skip to content

Commit 4788327

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installpythonfastapi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Uvicorn is a lightning fast ASGI web server
77
https://fastapi.tiangolo.com
88

99
## Visit the Uvicorn site
10-
https://uvicorn.org
10+
http://www.uvicorn.org
1111

1212
## Installing on IBM i
1313

@@ -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. https://uvicorn.org/deployment
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. http://www.uvicorn.org/deployment
8383

8484

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

0 commit comments

Comments
 (0)