Skip to content
Snippets Groups Projects
Commit 63c5efb7 authored by Cyril L'Orphelin's avatar Cyril L'Orphelin
Browse files

MAJ

parent 3c7bfbed
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -10,7 +10,7 @@ server {
# This rule should only be placed on your development environment
# In production, don't include this and don't deploy index_dev.php or config.php
location ~ ^/(index_dev|config)\.php(/|$) {
fastcgi_pass unix:/tmp/php7.4-fpm.sock;
fastcgi_pass unix:/tmp/php/php7.4-fpm.sock;
# nginx will now start if host is not reachable
......@@ -31,7 +31,7 @@ server {
}
# PROD
location ~ ^/index\.php(/|$) {
fastcgi_pass unix:/tmp/php7.4-fpm.sock;
fastcgi_pass unix:/tmp/php/php7.4-fpm.sock;
fastcgi_split_path_info ^(.+\.php)(/.*)$;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment