management for
> gitlab will remain clean and simple.
I can confirm this!
You can use Nginx directly as described in most howto or as reverse proxy if
you decide to use virtual machines/containers for gitlab.
Regards, Axel
___
nginx mailing list
ng
Hello,
why do you want to use nginx for that?
I'd suggest to use postfix with a minimal configuration. That's what postfix
is designed to do and there are some howtos.
regards, Axel
Am Donnerstag, 19. Februar 2015, 10:27:18 schrieb Guest13778:
> Hello!
>
> Would it be p
Hi,
have you checked that it's not your logserver ho adds a timestamp itself?
I'm not sure, but afair rsyslog adds own timestamps and you have to use a
template to get rid of them.
Regards, Axel
Am Donnerstag, 19. Februar 2015, 04:49:28 schrieb scaarup:
> Hi all.
> I am l
Hi,
if you use unix/linux severs with root access you can use
tcpdump -i $interface port 443
Regards, Axel
Am Donnerstag, 5. Februar 2015, 00:08:10 schrieb exilemirror:
> Hi guys,
>
>
> I have a site configured to run on port 443 only, where can we see if the
> request comi
e www.domain.com;
>
> ...
> }
>
> server {
> listen 443 ssl spdy;
>
> server_name m.domain.com;
>
> ...
> }
I can't see any redirect to domain.com. Perhaps that's missing?
regards,
Axel
>
> Posted at Nginx Forum:
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?2,250878,250878#msg-250878
>
> ___
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
Regards, Axel
___
You only need one.
If you use mod_rpaf you have need to configure it like Maxim told you.
If you change your common logformat to log x-forwarded-for headers you
don't need mod_rpaf
regards, Axel
On 2014-04-28 16:13, Joydeep Bakshi wrote:
Even IP get logged when disable the rpaf !!!
l
Hello,
are there any advantages of using mod_rpaf instead of using and logging
x-forward-for headers?
regards, Axel
On 2014-04-28 15:55, Maxim Dounin wrote:
Hello!
On Mon, Apr 28, 2014 at 07:03:28PM +0530, Joydeep Bakshi wrote:
Hello list,
To get the wan IP in apache log I have already
have you configured apache to log x-forward-for instead of your host
header?
regards, axel
On 2014-04-28 15:33, Joydeep Bakshi wrote:
Hello list,
To get the wan IP in apache log I have already enabl mod_rapf in
opensude server.
# a2enmod rpaf mod_rpaf
"rpaf" already present
e the
certificates.
rgds, Axel
On 2014-04-18 16:29, Silvio Siefke wrote:
Hello,
On Thu, 17 Apr 2014 15:11:19 -0400 "mex" wrote:
if your site is silviosiefke.com, there is no tls-service available
on port 443
I has checked with nmap, this say me is open.
can you please paste the out
Am 12.1.2014 20:08, schrieb Darren Pilgrim:
HIGH will add in only high-grade ciphers, so you don't need to add them
manually or exclude export- and low-grade ciphers. You can
use @STRENGTH to sort the list for you instead of doing it by hand:
ssl_ciphers HIGH:!CAMELLIA:!RC4:!PSK:!aNULL:@STRENGT
I juggled around with ssl ciphers and tried to disable RC4, but still be
able to serve IE under WinXP.
Those ciphers are my choice - if anyone has 'better' ciphers or prefers
another order i am pleased to hear...
ssl_ciphers
ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-
gards, Axel
Am 26.10.2013 02:06, schrieb Axel:
Hello Aron,
Am 25.10.2013 18:35, schrieb Aron:
Hello,
Can you tell the output from this command ps -eLF |grep www-data |wc
-l ?
Yes, it's 13
And What does /proc/sys/fs/nr_open output ?
1048576
Th
Hello Aron,
Am 25.10.2013 18:35, schrieb Aron:
Hello,
Can you tell the output from this command ps -eLF |grep www-data |wc
-l ?
Yes, it's 13
And What does /proc/sys/fs/nr_open output ?
1048576
Thanks, Axel
___
nginx mailing list
: fd:97 op:2
ev:
2013/10/25 12:32:16 [debug] 45534#0: epoll add event: fd:97 op:1
ev:0001
2013/10/25 12:32:16 [debug] 45536#0: epoll del event: fd:97 op:2
ev:
2013/10/25 12:32:16 [debug] 45534#0: epoll del event: fd:97 op:2
ev:
Thanks in advance,
Axel
Hi,
it sounds as if you want to proxy your ssl request to another server and
terminate it there?! You cannot do this.
You need to establish a ssl connection first before you can use http/s.
regards,
Axel
Am 02.10.2013 03:18, schrieb dossi:
Hi,
My domain.com is on ip: x.x.x.x
where I have
Thanks. This helps a lot.
Regards, Axel
Am 16.09.2013 15:45, schrieb Maxim Dounin:
Hello!
On Mon, Sep 16, 2013 at 03:14:41PM +0200, Axel wrote:
Hi Igor,
Am 16.09.2013 14:17, schrieb Igor Sysoev:
>>
>>server {
>> listen 192.168.178.20:4
Hi Igor,
Am 16.09.2013 14:17, schrieb Igor Sysoev:
server {
listen 192.168.178.20:443 ssl;
listen 192.168.178.30:443 ssl;
listen 192.168.178.40:443 ssl;
server_namemy.example.com;
...
...
}
Regards, Axel
192.168.178.40:443 ssl;
server_namemy.example.com;
...
...
}
Regards, Axel
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hello,
what's your error?
you just need to copy both certificates in one file with 'cat' or sth.
similar. I use portecle to examine the chained file. Make sure that it's
the right ca cert.
Regards, Axel
Am Sonntag, 1. September 2013, 19:11:04 schrieb Daniel Lundqv
e server will
> start up again. The default timeout value is 10 seconds.
> +--+
this is the way I did it.
I set max_fails=1 and fail_timeout in my upstream definition and in my location
block
proxy_next_upstream http_502 http_503 error;
You can use any allowed htt
You can download and extract the package and replace all files.
But you will have to load the new binary at one time.
I might be wrong - but I suppose you can do that gracefully
Regards, Axl
Am Dienstag, 23. Juli 2013, 04:24:38 schrieb JackB:
> This might be a little off topic, but how can
22 matches
Mail list logo