aboutsummaryrefslogtreecommitdiffstats
path: root/httpserver/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'httpserver/README.md')
-rw-r--r--httpserver/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/httpserver/README.md b/httpserver/README.md
new file mode 100644
index 0000000..0d6bcc0
--- /dev/null
+++ b/httpserver/README.md
@@ -0,0 +1,23 @@
+Http server
+---------------
+
+### Build an image
+```
+make build-http-server
+```
+
+### Start http server
+```
+make start-http-server
+```
+
+### Stop http server
+```
+make stop-http-server
+```
+
+### mod_authnz_jwt.so
+
+External library `mod_authnz_jwt.so` was added to the Apache server. This library wasn't changed in any way.
+This library is supplied under the Apache License, Version 2.0 (the "License"). More info is available at
+https://github.com/AnthonyDeroche/mod_authnz_jwt .