I hereby claim:
- I am darryldias on github.
- I am darryldias (https://keybase.io/darryldias) on keybase.
- I have a public key ASBqBc8oQOgXZ8LeDlgDx7bbJRFB8j0cpmstQp_QRBfWBwo
To claim this, I am signing this object:
| server { | |
| # Server name | |
| server_name example.com; | |
| # Server Port | |
| listen 80; | |
| # Webroot | |
| root /var/www/; |
| #!/bin/bash | |
| #Heith Seewald 2012 | |
| #Feel free to extend/modify to meet your needs. | |
| #Maya on Ubuntu v.1 | |
| #This is the base installer... I’ll add more features in later versions. | |
| #if you have any issues, feel free email me at heiths@gmail.com | |
| #### Lets run a few checks to make sure things work as expected. | |
| #Make sure we’re running with root permissions. | |
| if [ `whoami` != root ]; then |
| || proasdf.com^ |
| server { | |
| listen 80; | |
| server_name localhost; # Change this with your domain name | |
| root /var/www/grav; # The place were you have setup your Grav install; | |
| index index.php; | |
| error_page 500 502 503 504 /50x.html; | |
| location = /50x.html { | |
| root html; |
I hereby claim:
To claim this, I am signing this object:
| # This is an example resource file for rTorrent. Copy to | |
| # ~/.rtorrent.rc and enable/modify the options as needed. Remember to | |
| # uncomment the options you wish to enable. | |
| # Maximum and minimum number of peers to connect to per torrent. | |
| #min_peers = 40 | |
| #max_peers = 100 | |
| # Same as above but for seeding completed torrents (-1 = same as downloading) | |
| #min_peers_seed = 10 |
| #!/bin/bash | |
| HOST='yourwebsite.com' | |
| USER='your_username_here' | |
| PASS='your_password_here' | |
| TARGETFOLDER='/remote_folder' | |
| SOURCEFOLDER='/home/myuser/local_folder' | |
| lftp -f " | |
| open $HOST | |
| user $USER $PASS |
| fastcgi_cache_path /etc/nginx/cache levels=1:2 keys_zone=WP:100m inactive=60m; | |
| fastcgi_cache_key "$scheme$request_method$host$request_uri"; | |
| add_header X-Cache $upstream_cache_status; | |
| server { | |
| listen 80; | |
| root /var/www/wp; # Change the web root with the place where your WordPress is setup |
A quick example Harp app that uses the correct title for your blog in the correct place.
The App
app/
|- _harp.json
|- _layout.ejs
|- index.ejs
|+ posts/
|- _data.json