Updated Nginx config

This commit is contained in:
Abhorrent_Anger 2022-05-26 23:24:57 +03:00
parent 37ea8b3c12
commit 47c14e3a27
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ Add this section to your website's config file:
```
location /phpmyadmin/ {
alias /var/www/phpMyAdminHoneypot/;
index index.html;
try_files $uri $uri/ /phpmyadmin/index.html;
error_page 403 =200 /phpmyadmin/index.html;
error_page 404 =200 /phpmyadmin/index.html;
error_page 405 =200 /phpmyadmin/index.html;