Use Fusionauth to provide SSO capabilities to wordpress, using this simple guide.
Tag: fusionauth
FusionAuth + Apache
If you’re attempting to run a FusionAuth Instance behind a Apache, this little configuration snippet will come in handy. ( ProxyPassReverse,ProxyPass,RequestHeader )
max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
Are you trying to run ‘something’ that uses ElasticSearch? maybe with docker? [1]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144] Search no more. The vm_max_map_count kernel setting needs to be set to at least 262144 for production use. To increase the setting on a live system run the…