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
cb1c74b7
Commit
cb1c74b7
authored
8 years ago
by
Gliders User
Browse files
Options
Download
Plain Diff
Merge branch 'master' of gitlab.noc.soton.ac.uk:owanes/gliders-webserver
parents
a52d228b
4633833f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gliders.nginx.conf
gliders.nginx.conf
+1
-1
install.sh
install.sh
+1
-1
No files found.
gliders.nginx.conf
View file @
cb1c74b7
...
...
@@ -30,7 +30,7 @@ server {
# Enable compression. Very helpful when we're getting stuff like
# large amounts of vehicle tracks in JSON form!
gzip
on
;
gzip_types
text
/
plain
application
/
xml
text
/
html
text
/
css
application
/
json
application
/
x
-
javascript
text
/
xml
text
/
javascript
;
gzip_types
text
/
plain
application
/
xml
text
/
html
text
/
css
application
/
json
application
/
x
-
javascript
text
/
xml
text
/
javascript
application
/
javascript
;
# strip app.php/ prefix if it is present
rewrite
^/$
symfonyfile
\.
php
/?(.*)$ /$
1
permanent
;
...
...
This diff is collapsed.
Click to expand it.
install.sh
View file @
cb1c74b7
...
...
@@ -27,7 +27,7 @@ yum install -y inotify-tools incron
yum groupinstall
-y
"Development Tools"
# Install python libraries
yum
install
-y
python-inotify numpy python-matplotlib python-virtualenv python-pip python-pandas libffi-devel python-daemon netcdf4-python
yum
install
-y
python-inotify numpy python-matplotlib python-virtualenv python-pip python-pandas libffi-devel python-daemon netcdf4-python
ipython
pip
install
css-html-js-minify
pip
install
bcrypt
pip
install
future
...
...
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