Guest User

Untitled

a guest
Jun 13th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. server {
  2. ...
  3. location = / {
  4. try_files /main.html =404;
  5. }
  6. location ~ .html$ {
  7. internal;
  8. }
  9. location / {
  10. return 444;
  11. }
  12. ...
  13. }
Add Comment
Please, Sign In to add comment