Ansgar pushed to branch master at Debian FTP Team / dak
Commits:
-
9bfe56d3
by Ansgar at 2025-12-30T22:25:34+01:00
1 changed file:
Changes:
| ... | ... | @@ -18,6 +18,9 @@ |
| 18 | 18 | WSGIDaemonProcess api.ftp-master.debian.org user=dak-web group=dak-web processes=1 threads=5
|
| 19 | 19 | WSGIScriptAlias / /srv/ftp-master.debian.org/dak/dakweb/dakweb.wsgi
|
| 20 | 20 | |
| 21 | + # https://github.com/GrahamDumpleton/mod_wsgi/issues/915
|
|
| 22 | + WSGIApplicationGroup %{GLOBAL}
|
|
| 23 | + |
|
| 21 | 24 | <IfModule mod_headers.c>
|
| 22 | 25 | Header always add Access-Control-Allow-Origin "*"
|
| 23 | 26 | </IfModule>
|
| ... | ... | @@ -27,6 +30,5 @@ Use common-debian-service-https-redirect * api.ftp-master.debian.org |
| 27 | 30 | <VirtualHost *:443>
|
| 28 | 31 | Use common-debian-service-ssl api.ftp-master.debian.org
|
| 29 | 32 | Use common-ssl-HSTS
|
| 30 | - Use http-pkp-api.ftp-master.debian.org
|
|
| 31 | 33 | Use api.ftp-master.d.o-common
|
| 32 | 34 | </VirtualHost> |