Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
6458dd34
Commit
6458dd34
authored
Feb 06, 2015
by
Mathieu Giraud
Committed by
Vidjil Team
Feb 06, 2015
Browse files
admin/index.html: Ngnix log files
parent
d5739358
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/views/admin/index.html
View file @
6458dd34
...
...
@@ -16,6 +16,10 @@
<a
class=
"button"
onclick=
"db.call('admin/log', {'file' : 'vidjil.log'} );"
>
vidjil.log
</a>
<a
class=
"button"
onclick=
"db.call('admin/log', {'file' : 'vidjil-debug.log'} );"
>
debug.log
</a>
</br>
Ngnix:
<a
class=
"button"
onclick=
"db.call('admin/log', {'file' : '../log/nginx/access.log'} );"
>
access.log
</a>
<a
class=
"button"
onclick=
"db.call('admin/log', {'file' : '../log/nginx/error.log'} );"
>
error.log
</a>
</br>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment