Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 399 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 399 Bytes

nginx-php

You need to clone this repo in to your folder with nginx.

Read all directories in html folder and show links to them.

Show 10 last modified directories with a link to see all. You can change this count by changing the number in index.php line 48.

git init
git remote add origin https://github.com/oleg-morgalyuk/nginx-php.git
git fetch
git checkout -t origin/master