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

MAJ symfony.cong logs

parent e6196e9b
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 #59637 passed
...@@ -10,14 +10,14 @@ events { ...@@ -10,14 +10,14 @@ events {
http { http {
server_tokens off; server_tokens off;
sendfile on; sendfile on;
access_log /dev/stdout;
error_log /dev/stdout;
tcp_nopush on; tcp_nopush on;
tcp_nodelay on; tcp_nodelay on;
keepalive_timeout 15; keepalive_timeout 15;
types_hash_max_size 2048; types_hash_max_size 2048;
include /etc/nginx/mime.types; include /etc/nginx/mime.types;
default_type application/octet-stream; default_type application/octet-stream;
access_log off;
error_log off;
gzip on; gzip on;
gzip_disable "msie6"; gzip_disable "msie6";
include /etc/nginx/conf.d/*.conf; include /etc/nginx/conf.d/*.conf;
......
...@@ -19,6 +19,6 @@ server { ...@@ -19,6 +19,6 @@ server {
fastcgi_param HTTPS off; fastcgi_param HTTPS off;
} }
error_log /var/log/nginx/symfony_error.log; error_log /dev/stdout;
access_log /var/log/nginx/symfony_access.log; access_log /dev/stdout;
} }
\ No newline at end of file
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