Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Owain Jones
gliders-webserver
Commits
b35a897a
Commit
b35a897a
authored
9 years ago
by
Gliders User
Browse files
Options
Download
Email Patches
Plain Diff
making PHPMA work
parent
11d5681b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
devtools.nginx.conf
devtools.nginx.conf
+5
-0
No files found.
devtools.nginx.conf
View file @
b35a897a
...
...
@@ -9,6 +9,11 @@ server {
autoindex
on
;
}
location
/
phpma
{
index
index
.
php
;
try_files
$
uri
/
phma
/
index
.
php
?$
is_args
$
args
;
}
location
/
phpci
{
index
index
.
php
;
try_files
$
uri
/
phpci
/
public
/
index
.
php
$
is_args
$
args
;
...
...
This diff is collapsed.
Click to expand it.
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