Skip to content

Instantly share code, notes, and snippets.

@yasuken1990
Last active February 28, 2017 14:01
Show Gist options
  • Save yasuken1990/24210f794ffde5cf575f0e47003697df to your computer and use it in GitHub Desktop.
Save yasuken1990/24210f794ffde5cf575f0e47003697df to your computer and use it in GitHub Desktop.
公開鍵を簡単に設定したい! ref: http://qiita.com/yasuken/items/746b2ec4370fc7a730db
<VirtualHost *:80>
DocumentRoot /[path]/public_keys
ServerName pubkey.example.com
<Directory "/[path]/public_keys">
Options Indexes FollowSymLinks
AllowOverride all
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment