Guest User

Untitled

a guest
Mar 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. server {
  2. listen 80;
  3. server_name localhost;
  4. root /var/www/html;
  5. index index.html index.htm;
  6.  
  7. location / {
  8. try_files $uri /index.html;
  9. autoindex on;
  10. }
  11. }
Add Comment
Please, Sign In to add comment