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

MAJ symfony conf

parent 9dbe0d8d
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 #59994 canceled
server {
server_name localhost;
root /usr/share/nginx/html;
root /usr/share/nginx/html/tms/public;
listen 8081;
location / {
try_files $uri @rewriteapp;
}
location @rewriteapp {
rewrite ^(.*)$ /index.php/$1 last;
}
error_log /tmp/error.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