Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| email:mailscanner [2026/04/13 12:56] – willy | email:mailscanner [2026/04/13 14:52] (current) – [Web interface] willy | ||
|---|---|---|---|
| Line 91: | Line 91: | ||
| done | done | ||
| </ | </ | ||
| + | |||
| + | |||
| + | ===== Web interface ===== | ||
| + | |||
| + | 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 | ||
| + | } | ||
| + | </ | ||
| + | |||