NGINX Suspended page 404

fullshop

Verified User
Joined
Jun 30, 2010
Messages
12
Hello,
I'm encountering a strange behavior with DirectAdmin 1.51.3, when I'm trying to suspend an account the webpage is not detected.

For example I'm heaving this error:
Not Found
The requested URL / was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

When I try to check the configs:
# cat /usr/local/directadmin/data/users/<username>/httpd.conf | grep -i suspended
DocumentRoot /domains/suspended
<Directory /domains/suspended>
# cat /usr/local/directadmin/data/users/<username>/nginx.conf | grep -i suspended
root /domains/suspended;
alias /domains/suspended/;
# cat /usr/local/directadmin/data/users/<username>/user.conf |grep creator
creator=admin
# ls -all /home/admin/domains/suspended/
total 8
drwxr-x--- 2 admin admin 23 Jun 5 2010 .
drwxr-x--- 40 admin access 4096 Feb 12 13:32 ..
-rw-r--r-- 1 admin admin 205 Jun 5 2010 index.html

Just for the testing I've created the /domains/suspended folder and they I'm getting a 403 (this is normal).
Somehow the /domains/suspended parameter is not linked to the reseller. I've tried ./build rewrite_confs but nothing changed.
Any idea what can cause this issues?

Thanks,
Alex
 
Hello Alex,

Corrupted or customized templates?

Code:
ls -la /usr/local/directadmin/data/templates/custom/

And what is their content?
 
Back
Top