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
39ae044b
Commit
39ae044b
authored
9 years ago
by
Owain Jones
Browse files
Options
Download
Email Patches
Plain Diff
changes to gliders.nginx.conf to allow access to more content in /var/gliders/static
parent
303f0a5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
gliders.nginx.conf
gliders.nginx.conf
+6
-6
install.sh
install.sh
+5
-0
No files found.
gliders.nginx.conf
View file @
39ae044b
...
...
@@ -53,8 +53,8 @@ server {
alias
/
var
/
gliders
/
logs
;
}
location
/
var
/
gliders
/
logs
{
alias
/
var
/
gliders
/
logs
;
location
/
static
{
alias
/
var
/
gliders
/
static
;
}
location
@
rewriteapp
{
...
...
@@ -112,8 +112,8 @@ server {
alias
/
var
/
gliders
/
logs
;
}
location
/
var
/
gliders
/
logs
{
alias
/
var
/
gliders
/
logs
;
location
/
static
{
alias
/
var
/
gliders
/
static
;
}
location
@
rewriteapp
{
...
...
@@ -169,8 +169,8 @@ server {
alias
/
var
/
gliders
/
logs
;
}
location
/
var
/
gliders
/
logs
{
alias
/
var
/
gliders
/
logs
;
location
/
static
{
alias
/
var
/
gliders
/
static
;
}
location
@
rewriteapp
{
...
...
This diff is collapsed.
Click to expand it.
install.sh
View file @
39ae044b
...
...
@@ -61,6 +61,11 @@ cp php-d-fpm.ini /etc/php.d/fpm.ini
cp
php-fpm-www.conf /etc/php-fpm.d/www.conf
systemctl
enable
php-fpm
# Install NodeJS, NPM, Bower
yum
install
nodejs npm
npm
install
-g
bower
npm
install
-g
grunt-cli
# As for the webserver -- either apache or nginx...
# nginx is nice and fast, apache gets better support from
# CentOS etc.
...
...
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