Last active
August 29, 2015 14:27
-
-
Save dseg/30bf9c324ac104a4b302 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/apache2/mods-available/diary.conf | |
# A sample config file of apache mod_diary on Ubuntu 14.04 (trusty) | |
# mod_diary | |
# http://github.com/hamano/apache-mod-diary/ | |
<IfModule mod_diary.c> | |
<Location /blog> | |
SetHandler diary | |
DiaryTitle "...The Ballad of Dead Pixels..." | |
DiaryURI //shield.jp/blog/ | |
DiaryPath /var/www/blog | |
</Location> | |
</IfModule> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment