telephone / LookingGlass

A user-friendly PHP Looking Glass
MIT License
1.25k stars 345 forks source link

It's dead #50

Open harsxv opened 5 years ago

harsxv commented 5 years ago

https://github.com/telephone/LookingGlass#nginx

The following link is dead. http://www.tautt.com/best-nginx-configuration-for-security/?from=@

https://i.imgur.com/mgOGIbu.png

ryanpek commented 2 years ago

Debian 11: If anyone is having trouble with mtr or trace running here is the fix:

nano /etc/php/7.4/fpm/php.ini or nano /etc/php.ini

add or edit max_execution_time = 300
request_terminate_timeout = 300

systemctl restart php7.4-fpm.service