I hereby claim:
- I am jamescaldow on github.
- I am jamescaldow (https://keybase.io/jamescaldow) on keybase.
- I have a public key ASCnoVaz_XOEuMrvobEscdd6oASjrD6iPcMUSprYmsDY3Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
No need for homebrew or anything like that. Works with https://www.git-tower.com and the command line.
gpg --list-secret-keys
and look for sec
, use the key ID for the next stepgit
to use GPG -- replace the key with the one from gpg --list-secret-keys
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
# For more information on configuration, see: | |
# * Official English Documentation: http://nginx.org/en/docs/ | |
# * Official Russian Documentation: http://nginx.org/ru/docs/ | |
user nginx; | |
worker_processes auto; | |
error_log /var/log/nginx/error.log; | |
pid /run/nginx.pid; | |
events { |