Skip to content

Commit

Permalink
update lib
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
  • Loading branch information
enoch85 authored Sep 19, 2024
1 parent 24590c7 commit 72f50ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ HTTP_CONF="nextcloud_http_domain_self_signed.conf"
HTTPS_CONF="$SITES_AVAILABLE/$SUBDOMAIN.conf"
HTTP2_CONF="/etc/apache2/mods-available/http2.conf"
# GeoBlock
GEOBLOCK_MOD_CONF="etc/apache2/mods-available/maxminddb.conf"
GEOBLOCK_MOD_CONF="/etc/apache2/conf-available/geoblock.conf"
GEOBLOCK_MOD="/etc/apache2/conf-available/geoblock.load"
# PHP-FPM
PHPVER=8.3
PHP_FPM_DIR=/etc/php/$PHPVER/fpm
Expand Down

0 comments on commit 72f50ee

Please sign in to comment.