getting cakephp set up with its own web server(s) and docroot
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -1,11 +1,13 @@
|
||||
*.log
|
||||
*.pid
|
||||
|
||||
web/nginx.conf
|
||||
web/html/wikipedia-tutorial/writable/*.*
|
||||
web/html/wikipedia-tutorial/templates_c/*.*
|
||||
web/php.ini
|
||||
web/session.save_path/sess_*
|
||||
web/html/cake/app/config
|
||||
web/html/cake/app/tmp
|
||||
web/html/cake/plugins
|
||||
web/html/cake/vendors
|
||||
|
||||
web-cake/nginx.conf
|
||||
web-cake/php.ini
|
||||
web-cake/session.save_path/sess_*
|
||||
web-cake/html/app/tmp
|
Reference in New Issue
Block a user