- Notifications
You must be signed in to change notification settings - Fork1
uwsgi reverse proxy transport for Caddy v2
License
NotificationsYou must be signed in to change notification settings
wxh06/caddy-uwsgi-transport
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This module addsuwsgi reverse proxying support to Caddy.
ID:http.reverse_proxy.transport.uwsgi
By usingxcaddy
xcaddy build \ --with github.com/wxh06/caddy-uwsgi-transport
reverse_proxy [<matcher>] [<upstreams...>] {transport uwsgi}
{"apps": {"http": {"servers": {"": {"routes": [ {"handle": [ {"handler":"reverse_proxy","transport": {"protocol":"uwsgi" },"upstreams": [{"dial":"<upstream>" }] } ] } ] } } } }}