Guest User

Untitled

a guest
Nov 17th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. location ~ \.php$ {
  2. auth_basic "Private Property";
  3. auth_basic_user_file /etc/nginx/.htpasswd;
  4. include snippets/fastcgi-php.conf;
  5. fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment