Changes

From SME Server
Jump to navigationJump to search
269 bytes added ,  01:45, 12 December 2018
no edit summary
Line 24: Line 24:  
  mkdir -p /var/log/nginx
 
  mkdir -p /var/log/nginx
    +
{{Warning box| The following may NOT be best practice and may need another approach, but works for testing}}
 +
 +
Adding this MAY open your server up to compromise. You have been warned.
 +
 +
Add user to group so nginx can access files/directories
 +
 +
usermod -a -G shared nginx
    
===Configs===
 
===Configs===

Navigation menu