Updated Nginx Configuration (asciidoc)

jorshbag 2016-10-31 08:29:54 -04:00
parent 607b7ce4d5
commit b8f1e42ee5

@ -17,7 +17,7 @@ server {
expires max; expires max;
return 204 'pixel'; return 204 'pixel';
} }
location /admin{ location /admin {
root /var/www/html; root /var/www/html;
index index.php; index index.php;
auth_basic "Restricted"; #For Basic Auth auth_basic "Restricted"; #For Basic Auth