Skip to content

Commit

Permalink
Fix URL to monkey web server documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattias-kindborg-at-work authored and pataxis committed Feb 14, 2024
1 parent a0c1e9c commit b576ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ The Web Server running in the ACAP application can also be exposed directly to t

## Monkey Web Server

Monkey is a fast and lightweight Web Server for Linux. It has been designed to be very scalable with low memory and CPU consumption, the perfect solution for Embedded Linux and high end production environments. Besides the common features as HTTP server, it expose a flexible C API which aims to behave as a fully HTTP development framework, so it can be extended as desired through the plugins interface. The Monkey Web Server [documentation](http://monkey-project.com/documentation/1.5) describes the configuration in detail.
Monkey is a fast and lightweight Web Server for Linux. It has been designed to be very scalable with low memory and CPU consumption, the perfect solution for Embedded Linux and high end production environments. Besides the common features as HTTP server, it expose a flexible C API which aims to behave as a fully HTTP development framework, so it can be extended as desired through the plugins interface. The Monkey Web Server [documentation](https://github.com/monkey/monkey-docs/) describes the configuration in detail.

> [!NOTE]
> [!NOTE]
> Currently, there's an issue with the Monkey web server when using the reverse proxy, impacting asset discovery. As a workaround, we're showcasing the `list` example.
## Getting started
Expand Down

0 comments on commit b576ce2

Please sign in to comment.