I hereby claim:
- I am sijojlouis on github.
- I am sijojlouis (https://keybase.io/sijojlouis) on keybase.
- I have a public key ASAvVzhui-OxqKMWUBzlnUcd5x7mtvizjPrmMjriAS_F1Ao
To claim this, I am signing this object:
| cd /var/www/mautic | |
| find . -type d -exec chmod 755 {} \; | |
| find . -type f -exec chmod 644 {} \; | |
| chmod -R g+w app/cache/ | |
| chmod -R g+w app/logs/ | |
| chmod -R g+w app/config/ | |
| chmod -R g+w media/files/ | |
| chmod -R g+w media/images/ | |
| chmod -R g+w translations/ | |
| chown -R $USER:www-data . |
| #!/bin/bash | |
| # Script for adding "space" separator to Dock in macOS. | |
| # Before running make the file "macos_dock_spacing" executable. | |
| # In the terminal, run | |
| # $ chmod 700 macos_dock_spacing | |
| # then run from the terminal as | |
| # $ ./macos_dock_spacing | |
| echo |
I hereby claim:
To claim this, I am signing this object:
| # Load balancer configuration | |
| upstream exampleApp { | |
| # Directs to the process with least number of connections. | |
| least_conn; | |
| # One failed response will take a server out of circulation for 20 seconds. | |
| server 127.0.0.1:10080 fail_timeout=20s; | |
| #server 127.0.0.1:10081 fail_timeout=20s; | |
| #server 127.0.0.1:10082 fail_timeout=20s; | |
| #server 127.0.0.1:10083 fail_timeout=20s; |