default.conf or what you want
vim /etc/nginx/conf.d/default.conf
add proxy_set_header for php files
| ####################################################### | |
| pv < /dev/urandom > /dev/null | |
| ####################################################### | |
| 73GiB 0:00:13 [ 373MiB/s] [ <=>. ] | |
| ####################################################### | |
| pv < /dev/urandom | pigz > /dev/null | |
| ####################################################### |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Delete all containers | |
| docker rm $(docker ps -a -q) | |
| # Delete all images | |
| docker rmi $(docker images -q) |
| #!/bin/bash | |
| while read ip; do dig +noall +answer -x $ip; done < ips.txt |