Advanced Search
Search Results
6 total results found
Caddy
Mininim
Commands
Reverse Proxy (Replace Content)
new.example.com { tls user@example.com log { output file /var/log/caddy/caddy.log } route { replace old.example.com new.example.com reverse_proxy https://old.example.com { header_up Host old.example.com header_up Accept-Encoding identity header_down ...
Your First Command
Commands are shaped classes that define a sub-command for mininim. One example that you may already be familiar with from previous chapters is the mininim serve command which is added by the mininim/web package. Adding your own sub-command is pretty simple. ...
Introduction
Mininim is the fastest way to get started building Nim-based applications using familiar Object-Oriented paradigms. Combining a pre-selection of Nim's standard library with a collection of macros and its own modular packages, Mininim provides a more worry-fre...