Hi everyone,
I have almost 33 server blocks where i put the following code:
include /home/ubuntu/www/nginx/proxy/rewrite;
what i would like to do, is:
const php_rewrite "/home/ubuntu/www/nginx/proxy/rewrite";
server {
include php_rewrite;
}
I know i could do that if php_rewrite is located at /etc/nginx folder, but that's not the case.
Thanks