Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - majorb

Pages: [1]
1
Nginx / Need help with - http auth
« on: August 02, 2018, 08:14:44 PM »
Here is solution for Nginx with PHP-FPM

Code: [Select]
location /subfilder/ {
       index index.php;
       auth_basic "Unauthorized";
       auth_basic_user_file /home/user/.dashauth;
}

But it doesn't work right with Apache + Nginx Reverse Proxy :( login works, but it offers to download php file...

I'm missing something

2
Functions / Disable Autoindex posible?
« on: August 02, 2018, 08:31:44 AM »
I'm using apache + nginx, as far as I know by default it is disabled in Nginx.
But not in CWP.

is there any way to turn it off?

3
Suggestions / HTTP2, Force SSL, fail2ban
« on: August 01, 2018, 07:44:02 PM »
Hi dev

it's mid-2018, and you still don't have these settings\features in panel :-\

There are plans for them?

4
FTP / Virtual users broken (solved)
« on: August 01, 2018, 07:46:07 AM »
Hello

Trying to connect to ftp using created user ex: admin@domain.com  always get 530 error.

Downloaded FTP Configuration file for filezilla = 530 error.

do they work for anyone?  :(

UPD: password was too long (12 characters is the maximum)  :o

5
Installation / Status unknown
« on: July 31, 2018, 08:23:57 PM »
Hi

just installed panel on 1gb DO server, and not all features are enabled ???


+
Farewall is also disabled.

Thats because 1gb or my installation went wrong?

Pages: [1]