view mod_c2s_limit_sessions/README.markdown @ 3336:4af114684e0a

mod_http_index: Allow listed modules to include a friendlier name Example: ``` module:provides("http", { name = "demo"; title = "Demo HTTP Module"; route = { GET = function() return "Hello"; end; }; }); ```
author Kim Alvefur <zash@zash.se>
date Thu, 27 Sep 2018 17:13:10 +0200
parents ea6b5321db50
children
line wrap: on
line source

---
labels:
summary: Limit number of resources a user may connect
...

Introduction
============

This module lets you limit number of resources a user may connect.

Configuration
=============

After installing and adding the module to `modules_enabled` you can
specify a limit with `max_resources` which defaults to 10.