Skip to content
Snippets Groups Projects
Commit 0bcbca0d authored by Benjamin Guillon's avatar Benjamin Guillon :metal:
Browse files

Update tms/symfony.conf.old, symfony.conf files

parent eec800d1
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
server {
listen 8081;
server_name localhost;
index index.php index.html;
root /var/www/html/public;
# redirect server error pages to the static page /50x.html
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
#
location / {
fastcgi_pass php-tms:9000;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}
}
File moved
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