Attachment 'apache_gunicorn.txt'
Download 1 Alias /static/ /opt/mailman/mm/static/
2 <Directory "/opt/mailman/mm/static/">
3 Require all granted
4 </Directory>
5
6 <IfModule mod_headers.c>
7 RequestHeader unset X-Forwarded-Proto
8 <If "%{HTTPS} =~ /on/">
9 RequestHeader set X-Forwarded-Proto "https"
10 </If>
11 </IfModule>
12
13 # Proxy to gunicorn.
14 <IfModule mod_proxy.c>
15 ProxyPass "/postorius" "http://127.0.0.1:8000/postorius"
16 ProxyPass "/hyperkitty" "http://127.0.0.1:8000/hyperkitty"
17 ProxyPass "/accounts" "http://127.0.0.1:8000/accounts"
18 ProxyPass "/admin" "http://127.0.0.1:8000/admin"
19 ProxyPass "/user-profile" "http://127.0.0.1:8000/user-profile"
20 ProxyPass "/mailman3" "http://127.0.0.1:8000/mailman3"
21 ProxyPass "/archives" "http://127.0.0.1:8000/archives"
22 </IfModule>
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.