From 612487f5715638aaf80338bc91a09e1d9c47fdb1 Mon Sep 17 00:00:00 2001 From: tawoe Date: Wed, 23 Oct 2024 15:31:04 +0200 Subject: [PATCH] debug nginx.conf --- .github/apimanager_oc.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/apimanager_oc.conf b/.github/apimanager_oc.conf index 6d24dbd..ee46b75 100644 --- a/.github/apimanager_oc.conf +++ b/.github/apimanager_oc.conf @@ -15,4 +15,5 @@ alias /opt/app-root/src; } location /static { - alias /opt/app-root/src; \ No newline at end of file + alias /opt/app-root/src; + } \ No newline at end of file