Guest User

Untitled

a guest
May 26th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. # maintenance
  2. if (-f $document_root/$host.maintenance.html) {
  3. return 503;
  4. }
  5.  
  6. location = /503.html {
  7. root /home/localhost/htdocs;
  8. ....
  9. }
Add Comment
Please, Sign In to add comment