🚑Remove base path variable (#84)

This commit is contained in:
Paul Sinclair 2020-05-18 10:21:01 -04:00 committed by GitHub
parent df72178cf0
commit c45cfb63f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -9,5 +9,4 @@ pm.min_spare_servers = 2
pm.max_spare_servers = 5
pm.max_requests = 1024
clear_env = no
env[GROCY_BASE_PATH] = '/'
env[GROCY_BASE_URL] = '%%ingress_entry%%'

View file

@ -9,4 +9,3 @@ pm.min_spare_servers = 2
pm.max_spare_servers = 5
pm.max_requests = 1024
clear_env = no
env[GROCY_BASE_PATH] = '/'