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
a52d228b
Commit
a52d228b
authored
9 years ago
by
Gliders User
Browse files
Options
Download
Plain Diff
Merge branch 'master' of gitlab.noc.soton.ac.uk:owanes/gliders-webserver
parents
0019767b
a94d53a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
install.sh
install.sh
+1
-1
nginx.conf
nginx.conf
+1
-1
No files found.
install.sh
View file @
a52d228b
...
...
@@ -64,7 +64,7 @@ systemctl enable mongod
yum
install
-y
MySQL-python python-sqlalchemy
# Install PHP
yum
install
-y
php php-fpm php-apc php-pdo php-mcrypt php-mbstring php-pecl-runkit phpmyadmin phpize
yum
install
-y
php php-fpm php-apc php-pdo php-mcrypt php-mbstring php-pecl-runkit phpmyadmin phpize
php-intl
# We install normal PHP *then* replace with php7 packages because phpmyadmin
# wants original PHP, by replacing with php7 after the phpMA package doesn't
...
...
This diff is collapsed.
Click to expand it.
nginx.conf
View file @
a52d228b
...
...
@@ -29,7 +29,7 @@ http {
client_body_buffer_size
1k
;
client_header_buffer_size
1k
;
client_max_body_size
8192k
;
# uploads limited to 8MB...
large_client_header_buffers
2
1
k
;
large_client_header_buffers
4
32
k
;
include
/etc/nginx/mime.types
;
default_type
application/octet-stream
;
...
...
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