mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: Add billing_enabled variable to Nginx configuration
This commit is contained in:
@@ -187,6 +187,8 @@ server {
|
||||
fastcgi_buffers 16 16k;
|
||||
fastcgi_buffer_size 32k;
|
||||
|
||||
set $billing_enabled ${BILLING_ENABLED};
|
||||
|
||||
|
||||
location / {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user