Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- location ~ \.php$ {
- auth_basic "Private Property";
- auth_basic_user_file /etc/nginx/.htpasswd;
- include snippets/fastcgi-php.conf;
- fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
- }
Advertisement
Add Comment
Please, Sign In to add comment