added support of multiple arp-scan interfaces & attempt at solving DB permission issues
This commit is contained in:
@@ -2,6 +2,7 @@ server {
|
||||
listen 80 default_server;
|
||||
root /var/www/html;
|
||||
index index.php;
|
||||
rewrite /pialert/(.*) / permanent;
|
||||
|
||||
location ~* \.php$ {
|
||||
fastcgi_pass unix:/run/php/php7.4-fpm.sock;
|
||||
|
||||
Reference in New Issue
Block a user