forked from GNUsocial/gnu-social
		
	[NGINX conf] Move /var/run to /run
As seen in https://lists.fedoraproject.org/pipermail/devel/2011-March/150031.html Thanks to XRevan86 for reporting this :)
This commit is contained in:
		@@ -36,7 +36,7 @@ server {
 | 
			
		||||
        include fastcgi_params;
 | 
			
		||||
        include snippets/fastcgi-php.conf;
 | 
			
		||||
 | 
			
		||||
        fastcgi_pass unix:/var/run/php/php-fpm.sock;
 | 
			
		||||
        fastcgi_pass unix:/run/php/php-fpm.sock;
 | 
			
		||||
        fastcgi_param SCRIPT_FILENAME $request_filename;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user