This commit is contained in:
parent
abb4f9f8ad
commit
3f6bdacaf6
1 changed files with 7 additions and 2 deletions
|
@ -185,8 +185,13 @@ can serve different content depending on the site that's requested.
|
||||||
|
|
||||||
## Conclusion
|
## Conclusion
|
||||||
|
|
||||||
This is a very bare-bones implementation, and lacks lots of detail. For a
|
This is a very bare-bones implementation, and lacks lots of detail. To begin
|
||||||
non-exhaustive list of improvements, consider:
|
with, none of the errors are handled, so if a rogue request comes in it could
|
||||||
|
take down the server.
|
||||||
|
|
||||||
|
Those improvements would be necessary for a production-ready implementation, but
|
||||||
|
not interesting for a blog post. For a non-exhaustive list of bigger
|
||||||
|
improvements, consider:
|
||||||
|
|
||||||
- Can we have the web server remove a prefix from the requested url's path name
|
- Can we have the web server remove a prefix from the requested url's path name
|
||||||
if we want to serve a website from a non-root path?
|
if we want to serve a website from a non-root path?
|
||||||
|
|
Loading…
Reference in a new issue