Latest Posts

Nginx not serving CSS files

In Chrome DEV tools check the Content Type for the css file. If it is not text/css you may have a incomplete Nginx configuration. Check the default Nginx conf file usually in /etc/nginx has the Mimetypes listed as below in the http section: http{ include /etc/nginx/mime.types; sendfile on;} Nginx Docs https://www.nginx.com/resources/wiki/start/topics/examples/full/

Read More

Enrol an iOS Device via the Browser

This can be used where Workspace ONE Intelligent Hub is unavailable Navigate to https://<Environment_URL> from the setting in ‘MDM Enrollment URL’ in Groups & Settings > All Settings > System > Advanced > Site URLs. Enter Group ID to enroll your iOS device. Select Next. Enter the enrolment credentials. For agentless enrolment, navigate to Groups & Settings > All Settings > Devices & Users > General > Enrollment and ensure that the Require Intelligent Hub […]

Read More