Open Source Apps

by James McDonald | Jan 3, 2021 | 0 comments

Access

Blog History

Reverse Proxy Cups in Nginx

The process is similar to my previous post on proxying a sub directory back to the root. For example https://example.com/test => proxies back to / in the docker container upstream cups-endpoint { # in my case I'm using cups inside # a docker container and...

read more...

Format validationsErrors

A recursive function that takes a validation error array and return a string with all the different errors concatenated into a formatted string Further to my previous posting CakePHP 2 Displaying Validation Errors This function will walk the validationErrors array and...

read more...