Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ni-c/md-photo-blog

Markdown photoblog in PHP
https://github.com/ni-c/md-photo-blog

Last synced: 3 days ago
JSON representation

Markdown photoblog in PHP

Awesome Lists containing this project

README

        

#md-photo-blog

A markdown photo blog

##Rewrite Rules

###nginx

location /md-photo-blog {
if (!-e $request_filename) {
rewrite ^/md-photo-blog(.+)$ /md-photo-blog/webroot/$1 last;
break;
}
}