Skip to content

Instantly share code, notes, and snippets.

@kflorence
Created February 9, 2015 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kflorence/cde971b3b0719108f590 to your computer and use it in GitHub Desktop.
Save kflorence/cde971b3b0719108f590 to your computer and use it in GitHub Desktop.
Serve 1Password Anywhere from Dropbox folder
# Serve 1Password anywhere from the Dropbox folder
server {
listen 80;
server_name 1password;
root /home/kflorence/Dropbox/1Password.agilekeychain;
location / {
index 1Password.html;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment