[Solved] Add Nginx Cache - text validation error

Started by MOST2K2, November 21, 2022, 04:08:00 PM

Previous topic - Next topic
November 21, 2022, 04:08:00 PM Last Edit: November 22, 2022, 07:43:04 AM by MOST2K2
What i am doing wrong?
Text validation failed for cache path see attachment.

OPNsense 22.7.8-amd64
FreeBSD 13.1-RELEASE-p3
OpenSSL 1.1.1s 1 Nov 2022

since its a "path", i think it should contain dir(s)  ;)
string will be validated against /\/(srv|var|tmp|mnt)[a-z0-9\-\._\:\,\/]+[a-z0-9\-\._\:\,]+/i regex

Quote from: Fright on November 21, 2022, 08:39:11 PM
since its a "path", i think it should contain dir(s)  ;)
string will be validated against /\/(srv|var|tmp|mnt)[a-z0-9\-\._\:\,\/]+[a-z0-9\-\._\:\,]+/i regex

Thanks now its working. Where did you found the regex?