August 2017
Intermediate to advanced
278 pages
8h 53m
English
Edit the file and add the following:
server { listen 80; server_name server.yourdomain.com; access_log /var/log/nginx/log/host.access.log combined; location / { root /var/www/html; index index.html; } }
mkdir -p /var/www/vhosts
chmod -R o+r /var/www/vhosts chown -R nginx:nginx /var/www/vhosts
Read now
Unlock full access