compilation under raspbian ?

2018-11-24 Thread amos123
I am trying install nginx and php under raspbian from deb packadges. Whatever i am doing i cannot run php. Have i to compile nginx with support of php ? many thanks PAvel Posted at Nginx Forum: https://forum.nginx.org/read.php?2,282116,282116#msg-282116 __

Re: logical or in location directive with regex (multiple location using same block)

2018-11-24 Thread Francis Daly
On Fri, Nov 23, 2018 at 03:38:27PM -0800, Roger Fischer wrote: Hi there, > how do I best handle multiple locations that use the same code block? Repeat the {} part with all of the config. Nginx cares what is in the config file; it does not care how the config file is created. Use your favourite