Hi All,
Small question about some file rendering in the file viewer of gitlab,
I was viewing a httpd.conf file from one of our git project hosted on 
gitlab.
and I was surprised to see this : 

> ## Timeout: The number of seconds before receives and sends time out.# 300
>
>  whereas the raw view is totally normal :

> #
> # Timeout: The number of seconds before receives and sends time out.
> #
> Timeout 300
>
>  It happened on another block :

> ## TraceEnable Directive# Off
>
>
> Compared to the raw view :  

> #
> # TraceEnable Directive
> #
> TraceEnable Off
>
>
> another surprising one is this one : 

> User          ##WWWUSER##Group                ##GROUP##       LogLevel        
> warn    ##HOSTINGDIR##/var/log/apache/httpd.log
>
>
> raw : 

User            ##WWWUSER##
Group           ##GROUP##       
LogLevel        warn 

Errorlog ##HOSTINGDIR##/var/log/apache/httpd.log

I know it's no big deal, 
But It migh affect other files, 
is there a way to control the file viewer to disable some mechanism ? 
I'm using gitlab 7.10.0

Thank you for your time.

Best Regards, 
Pierre LEROUGE

 

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/82457880-2172-4e7d-8c5f-7a5d65d69726%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to