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

MAJ

parent c7a2cea4
No related branches found
No related tags found
3 merge requests!5Module Tapes : Try fixing bug 'Mixed Content The page at was loaded over...,!3Openshift deployment,!2Openshift deployment
Pipeline #60875 canceled
......@@ -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:/var/run/php7.4-fpm.sock;
fastcgi_pass unix:/tmp/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:/var/run/php/php7.4-fpm.sock;
fastcgi_pass unix:/tmp/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.
Please register or to comment