update module

This commit is contained in:
Jonas Heinrich 2025-08-21 10:21:22 +02:00
parent a4d0d9491c
commit abc7d20fff

View file

@ -33,7 +33,7 @@ in
chdir = "${pkgs.fragdenrat}/share/fragdenrat";
# Use absolute wsgi entrypoint to avoid module resolution issues
wsgi-file = "${pkgs.fragdenrat}/share/fragdenrat/fragdenrat/wsgi.py";
wsgi-file = "${pkgs.fragdenrat}/share/fragdenrat/wsgi.py";
callable = "application";
socket = "${config.services.uwsgi.runDir}/fragdenrat.sock";