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

MAJ conf symfony server

parent cc0c880a
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 #59999 passed
...@@ -3,6 +3,12 @@ server { ...@@ -3,6 +3,12 @@ server {
root /usr/share/nginx/html/tms/public; root /usr/share/nginx/html/tms/public;
listen 8081; listen 8081;
location ~ ^/index\.php(/|$) {
fastcgi_split_path_info ^(.+\.php)(/.*)$;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}
error_log /tmp/error.log; error_log /tmp/error.log;
access_log /tmp/access.log; access_log /tmp/access.log;
......
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