Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| email:mailscanner [2026/04/13 13:05] – willy | email:mailscanner [2026/04/13 14:52] (current) – [Web interface] willy | ||
|---|---|---|---|
| Line 95: | Line 95: | ||
| ===== Web interface ===== | ===== Web interface ===== | ||
| - | Work in progress!! | + | By default rspamd web interface is exposed on **http:// |
| + | < | ||
| + | location /rspamd/ { | ||
| + | proxy_pass http:// | ||
| + | proxy_redirect | ||
| + | proxy_set_header | ||
| + | proxy_set_header | ||
| + | proxy_set_header | ||
| + | proxy_set_header | ||
| + | proxy_set_header | ||
| + | } | ||
| + | </ | ||