diff options
author | KieranRobson <kieranrobson1999@gmail.com> | 2022-08-09 17:15:25 +0000 |
---|---|---|
committer | KieranRobson <kieranrobson1999@gmail.com> | 2022-08-09 17:15:25 +0000 |
commit | c9b87b66fec3f0cd0a0db8b4326d34cae2190ba7 (patch) | |
tree | 0ce72fa6a8f959e567db989b37d0308194f462ca | |
parent | Added VPN Description (diff) | |
download | awesome-selfhosted-c9b87b66fec3f0cd0a0db8b4326d34cae2190ba7.tar.gz awesome-selfhosted-c9b87b66fec3f0cd0a0db8b4326d34cae2190ba7.zip |
Added web server description
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2026,6 +2026,8 @@ A [virtual private network (VPN)](https://en.wikipedia.org/wiki/Virtual_private_ **[`^ back to top ^`](#)** +A [web server](https://en.wikipedia.org/wiki/Web_server) is a piece of software and underlying hardware that accepts requests via [HTTP](https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol) (the network protocol created to distribute web content) or its secure variant [HTTPS](https://en.wikipedia.org/wiki/HTTPSs). + **Please visit [awesome-sysadmin/Web](https://github.com/awesome-foss/awesome-sysadmin#web)** |