and we try to make listspam a little less.
This commit is contained in:
parent
1d5d0f99cb
commit
a1b74f4caf
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteCond %{REQUEST_METHOD} GET
|
||||
RewriteRule ^/mailman/subscribe/(.*) / [R]
|
||||
</IfModule>
|
||||
|
||||
ProxyPass {{ iconpath }} {{ proxyurl }}/icons
|
||||
ProxyPassReverse {{ iconpath }} {{ proxyurl }}/icons
|
||||
ProxyPass {{ path }} {{ proxyurl }}/mailman
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue