Search Results
Search type | Search syntax |
---|---|
Tags | [tag] |
Exact | "words here" |
Author |
user:1234 user:me (yours) |
Score |
score:3 (3+) score:0 (none) |
Answers |
answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
Views | views:250 |
Code | code:"if (foo != bar)" |
Sections |
title:apples body:"apples oranges" |
URL | url:"*.example.com" |
Saves | in:saves |
Status |
closed:yes duplicate:no migrated:no wiki:no |
Types |
is:question is:answer |
Exclude |
-[tag] -apples |
For more details on advanced search visit our help page |
1
vote
2
answers
1k
views
nginx proxy forward 443
The server I'm running on port 443 is Kerio Mailserver.. maybe there is something I can do there to force the use of only one domain name?
Is there a way of handling this? …
0
votes
Accepted
nginx proxy forward 443
I fixed this as following: I first installed nginx on my Kerio VM and configured a reverse proxy routing port 443 to 444 (where Kerio now lives). … Next I created a wildcard SSL certificate on the VM that I used on 2 hosts, 1 for the webmail and Kerio as a whole and 1 for redirecting all other domain names pointed at my public IP without getting a …
0
votes
2
answers
1k
views
client ip behind nginx reverse proxy
I noticed on my (Kerio) mail server the error log is filled with "failed login from < local ip of nginx >" and I was wondering how can I set it so I get the remote IP of the person/bot that is trying to …
0
votes
client ip behind nginx reverse proxy
Just found out my mail server (Kerio) does nothing with the information forwarded by the reverse proxy, so the only thing I can do is hope for an update that does. …