Skip to content

Commit

Permalink
Merge pull request #269 from ATM-Consulting/FIX_allow_myaccount_to_us…
Browse files Browse the repository at this point in the history
…e_geoip

FIX: country detection (GeoIP) inoperative on registration pages
  • Loading branch information
eldy authored Dec 23, 2022
2 parents e1fd456 + 197a746 commit 6554900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ You can create another virtual host for the HTTPS on port 443
#php_admin_value sendmail_path "/usr/sbin/sendmail -t -i"
#php_admin_value mail.force_extra_parameters "-f [email protected]"
#php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f [email protected]"
php_admin_value open_basedir /tmp/:/home/admin/wwwroot/:/home/admin/tools/
php_admin_value open_basedir /tmp/:/home/admin/wwwroot/:/usr/share/GeoIP:/home/admin/tools/
UseCanonicalName On
ServerName myaccount.mysaasdomainname.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ Vous pouvez créer un autre virtual host pour le HTTPS port 443
#php_admin_value sendmail_path "/usr/sbin/sendmail -t -i"
#php_admin_value mail.force_extra_parameters "-f [email protected]"
#php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f [email protected]"
php_admin_value open_basedir /tmp/:/home/admin/wwwroot/:/home/admin/tools/
php_admin_value open_basedir /tmp/:/home/admin/wwwroot/:/usr/share/GeoIP:/home/admin/tools/
UseCanonicalName On
ServerName myaccount.mysaasdomainname.com
Expand Down

0 comments on commit 6554900

Please sign in to comment.