Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - LeXavLima

#1
Thanks for your answer Fabian.
I still have a problem... I don't want to cross post so I put the link of the question posted on github:
https://github.com/opnsense/plugins/issues/2397

I you have an idea....
#2
Problem solved: It was a misconfiguration.
The value of the field URL Pattern had to be \.php$
#3
Hello,
I'm trying to have a php file served on my opnsense box. So I have installed the nginx plugin in order to have a webserver (to NOT use the web server of the GUI)

My problem is that PHP files are served as downloadable files. The php code is not interpreted by the server.
Should the parameter "Pass Request To Local PHP Interpreter / Threat Upstream As FastCGI" be set to TRUE?

And what about the parameter "(PHP) Router Script" ? Does it need to be filled?

I have followed the documentation on "https://docs.opnsense.org/manual/how-tos/nginx_hosting.html?highlight=web%20server" but the php is still not interpreted... Any idea?