[release-monitoring] Update to F42
Let's update the deployment to Fedora 42. I already tested it out on dev environment and it should work.
This commit is contained in:
parent
81b59123a8
commit
3f35d57b31
2 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@ items:
|
|||
runPolicy: Serial
|
||||
source:
|
||||
dockerfile: |-
|
||||
FROM fedora:40
|
||||
FROM fedora:42
|
||||
LABEL \
|
||||
name="release-monitoring-web" \
|
||||
vendor="Fedora Infrastructure" \
|
||||
|
|
|
@ -27,11 +27,11 @@ StartServers 20
|
|||
ServerLimit 100
|
||||
MaxRequestsPerChild 2000
|
||||
MaxRequestWorkers 100
|
||||
<Directory "/usr/local/lib/python3.12/anitya/static/docs/html/">
|
||||
<Directory "/usr/local/lib/python3.13/anitya/static/docs/html/">
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
</Directory>
|
||||
<Directory "/usr/local/lib/python3.12/site-packages/anitya/static/">
|
||||
<Directory "/usr/local/lib/python3.13/site-packages/anitya/static/">
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
@ -55,8 +55,8 @@ LogLevel info
|
|||
TypesConfig /etc/mime.types
|
||||
AddDefaultCharset UTF-8
|
||||
CoreDumpDirectory /tmp
|
||||
Alias /docs /usr/local/lib/python3.12/site-packages/anitya/static/docs/html/
|
||||
Alias /static /usr/local/lib/python3.12/site-packages/anitya/static/
|
||||
Alias /docs /usr/local/lib/python3.13/site-packages/anitya/static/docs/html/
|
||||
Alias /static /usr/local/lib/python3.13/site-packages/anitya/static/
|
||||
WSGIDaemonProcess anitya display-name=anitya processes=2 threads=2 maximum-requests=1000 home=/httpdir
|
||||
WSGIApplicationGroup %{GLOBAL}
|
||||
WSGISocketPrefix run/wsgi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue