Commit a52d228b authored by Gliders User's avatar Gliders User
Browse files

Merge branch 'master' of gitlab.noc.soton.ac.uk:owanes/gliders-webserver

parents 0019767b a94d53a0
......@@ -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
......
......@@ -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 1k;
large_client_header_buffers 4 32k;
include /etc/nginx/mime.types;
default_type application/octet-stream;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment