From f158874e6c5d2f46f07671586a7e9405ba7701d3 Mon Sep 17 00:00:00 2001 From: Bruno Bzeznik Date: Fri, 22 Dec 2023 15:36:14 +0100 Subject: [PATCH] [api] re-enabled wsgi file as it may be needed by nixos-compose --- Makefiles/api.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefiles/api.mk b/Makefiles/api.mk index f7a4ac81..837862c8 100644 --- a/Makefiles/api.mk +++ b/Makefiles/api.mk @@ -12,6 +12,7 @@ SHAREDIR_FILES = $(SRCDIR)/../setup/apache2/apache2.conf.in \ $(SRCDIR)/../setup/uvicorn/main.py.in\ $(SRCDIR)/../setup/uvicorn/log.ini.in\ $(SRCDIR)/../setup/uvicorn/oarapi.service.in\ + $(SRCDIR)/../setup/apache2/oarapi.wsgi\ $(SRCDIR)/tools/stress_factor.sh include Makefiles/shared/shared.mk