Corrige le chemin de la racine de php
This commit is contained in:
		@@ -21,7 +21,7 @@ http {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        # Pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
 | 
					        # Pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
 | 
				
			||||||
        location ~ \.php$ {
 | 
					        location ~ \.php$ {
 | 
				
			||||||
            root           /srv/html/gevaulug.fr;
 | 
					            root           /var/www/html;
 | 
				
			||||||
            fastcgi_pass   php:9000;
 | 
					            fastcgi_pass   php:9000;
 | 
				
			||||||
            fastcgi_index  index.php;
 | 
					            fastcgi_index  index.php;
 | 
				
			||||||
            fastcgi_param  SCRIPT_FILENAME  /var/www/html$fastcgi_script_name;
 | 
					            fastcgi_param  SCRIPT_FILENAME  /var/www/html$fastcgi_script_name;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user