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

MAK

parent d7489b1d
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 #60815 passed
......@@ -11,6 +11,7 @@ server {
# 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 localhost:8081;
fastcgi_split_path_info ^(.+\.php)(/.*)$;
include fastcgi_params;
# When you are using symlinks to link the document root to the
......@@ -29,6 +30,7 @@ server {
# PROD
location ~ ^/index\.php(/|$) {
#fastcgi_pass unix:/run/php/php7.4-fpm.sock;
fastcgi_pass localhost:8081;
fastcgi_split_path_info ^(.+\.php)(/.*)$;
include fastcgi_params;
# When you are using symlinks to link the document root to the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment