feat: Add billing_enabled variable to Nginx configuration

This commit is contained in:
Simon Larsen
2025-09-08 20:29:28 +01:00
parent fe80d6b1ff
commit 2ac342e26a

View File

@@ -187,6 +187,8 @@ server {
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;
set $billing_enabled ${BILLING_ENABLED};
location / {