-
Published Answer
Ahh - you’re absolutely right - they’re still using SHA1 . Interesting indeed!
The only reasonable explanation I can think of is t…
•
By
screenwatcher
-
Published Answer
Enter this line:
sudo nginx -t
It should give you more details about what went wrong.
•
By
screenwatcher
-
Published Question
I want to enforce strict privacy rules on my LEMP droplet and look for a way to automatically delete all log files that include my visitors data (IP address etc.) after a 24h period?
P.S.: I found a way to completely ...
1
•
•
By
screenwatcher
Server Optimization
Security
MySQL
Nginx
Ubuntu
-
Published Answer
More & more big companies seem to wake up and change their business model.
Today Dropbox joins Twitter in the fight for customer…
•
By
screenwatcher
-
Published Answer
Sorry I can’t help you with your config but this tool has provided me with good insights when I was looking for mistakes in my own …
•
By
screenwatcher
-
Published Answer
That is very helpful indeed.
Thanks again for your great support Ryan!
You always have some useful links up your sleeve ;)
•
By
screenwatcher
-
Published Question
Twitter setup a new independant branch located in Ireland so the NSA can't threaten them in court to reveal EU customer data. I think I may reopen my twitter account again :)
If you live outside the United States, our...
4
•
•
By
screenwatcher
DigitalOcean
Security
-
Published Answer
Solved it.
auth_basic "protected site";
auth_basic_user_file /etc/nginx/.htpasswd;
has to be moved outside of lo…
•
By
screenwatcher
-
Published Question
I have this in my server config
```
location / {
try_files $uri $uri/ =404;
auth_basic "protected site";
auth_basic_user_file /etc/nginx/.htpasswd;
}
```
When I call my domain or any subfolde...
1
•
•
By
screenwatcher
Nginx
LEMP
Security
Ubuntu
-
Published Question
My situation:
1. one web server for my public website (mydomain.org)
2. one mail server for my website (mail.mydomain.org)
My goal:
Emails on mail server look like this: user@myname.org (not user@mail.myname.org)
Is ...
3
•
•
By
screenwatcher
DNS
Email
LEMP
Ubuntu
-
Published Question
I'm running Ubuntu 14.04 incl. SSL certificate via Serverpilot.
I'm looking for a way to redirect all website traffic in the following order:
all http --> https
all www --> non-www
Here's what I have in my htaccess fi...
7
•
•
By
screenwatcher
Nginx
Apache
Security
Ubuntu
-
Published Question
I'm running a simple HTML website on Ubuntu 14.04 managed by Serverpilot (NGINX).
The form on my (forced SSL) website uses a simple PHP mailer to send visitor messages to my external email account.
Is there a way to e...
1
•
•
By
screenwatcher
Security
Nginx
PHP
System Tools
Email
Ubuntu
-
Published Answer
Thanks a lot!
Do you also know how to manage CA certs?
e.g. with comodo I have these CA certs:
COMODORSADomainValidationSecure…
•
By
screenwatcher