Keep /var/run for the socket
This commit is contained in:
		
							parent
							
								
									92a4b25310
								
							
						
					
					
						commit
						dcc4ae8e3c
					
				@ -33,7 +33,7 @@ group = __USER__
 | 
				
			|||||||
;                            (IPv6 and IPv4-mapped) on a specific port;
 | 
					;                            (IPv6 and IPv4-mapped) on a specific port;
 | 
				
			||||||
;   '/path/to/unix/socket' - to listen on a unix socket.
 | 
					;   '/path/to/unix/socket' - to listen on a unix socket.
 | 
				
			||||||
; Note: This value is mandatory.
 | 
					; Note: This value is mandatory.
 | 
				
			||||||
listen = /run/php/php7.0-fpm-__NAMETOCHANGE__.sock
 | 
					listen = /var/run/php/php7.0-fpm-__NAMETOCHANGE__.sock
 | 
				
			||||||
 | 
					
 | 
				
			||||||
; Set listen(2) backlog.
 | 
					; Set listen(2) backlog.
 | 
				
			||||||
; Default Value: 511 (-1 on FreeBSD and OpenBSD)
 | 
					; Default Value: 511 (-1 on FreeBSD and OpenBSD)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user