Commit abcddc50 authored by Owain Jones's avatar Owain Jones
Browse files

add /var/gliders/www_tmp

parent 3bccbe1a
...@@ -181,7 +181,7 @@ systemctl start memcached ...@@ -181,7 +181,7 @@ systemctl start memcached
# Create gliders dirs and allow the webserver to read/write to them # Create gliders dirs and allow the webserver to read/write to them
# (Mostly this sets up SELinux rules) # (Mostly this sets up SELinux rules)
mkdir -p /var/gliders/www_dev /var/gliders/www /var/gliders/incoming /var/gliders/logs /var/gliders/static /var/gliders/daemon/logs mkdir -p /var/gliders/www_dev /var/gliders/www /var/gliders/incoming /var/gliders/logs /var/gliders/static /var/gliders/daemon/logs /var/gliders/www_tmp
chown -R gliders /var/gliders chown -R gliders /var/gliders
setsebool -P httpd_can_network_connect 1 setsebool -P httpd_can_network_connect 1
chcon -R -t httpd_sys_rw_content_t /usr/share/nginx chcon -R -t httpd_sys_rw_content_t /usr/share/nginx
......
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