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
b5ed281d
Commit
b5ed281d
authored
9 years ago
by
Owain Jones
Browse files
Options
Download
Email Patches
Plain Diff
added /var/gliders/logs path back, because we kinda need it for error logs page
parent
39ae044b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
gliders.nginx.conf
gliders.nginx.conf
+12
-0
No files found.
gliders.nginx.conf
View file @
b5ed281d
...
...
@@ -53,6 +53,10 @@ server {
alias
/
var
/
gliders
/
logs
;
}
location
/
var
/
gliders
/
logs
{
alias
/
var
/
gliders
/
logs
;
}
location
/
static
{
alias
/
var
/
gliders
/
static
;
}
...
...
@@ -112,6 +116,10 @@ server {
alias
/
var
/
gliders
/
logs
;
}
location
/
var
/
gliders
/
logs
{
alias
/
var
/
gliders
/
logs
;
}
location
/
static
{
alias
/
var
/
gliders
/
static
;
}
...
...
@@ -169,6 +177,10 @@ server {
alias
/
var
/
gliders
/
logs
;
}
location
/
var
/
gliders
/
logs
{
alias
/
var
/
gliders
/
logs
;
}
location
/
static
{
alias
/
var
/
gliders
/
static
;
}
...
...
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