Hello,

That is the output of directory listing.

As there is no index.html / index.htm the webserver is listing the context.

You can do

echo "Hello world" > /vagrant/index.html

to create one

Alvaro.


On Mon, Oct 19, 2015 at 8:44 AM, Aitor Méndez <[email protected]> wrote:
> Hi, there is one thing that I do not understand. At "Provisioning" chapter,
>
> https://docs.vagrantup.com/v2/getting-started/provisioning.html
>
> after
>
> vagrant@precise32:~$ wget -qO- 127.0.0.1
>
> I get, in my terminal, the HTML of index.html file (autogenerated by
> vagrant):
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
> <html>
>  <head>
>   <title>Index of /</title>
>  </head>
>  <body>
> <h1>Index of /</h1>
> <table><tr><th><img
>  src="/icons/blank.gif" alt="[ICO]"></th><th><a
> href="?C=N;O=D">Name</a></th><th><a
> href="?C=M;O=A">Last modified</a></th><th><a
> href="?C=S;O=A">Size</a></th><th><a
> href="?C=D;O=A">Description</a></th></tr><tr><th
>  colspan="5"><hr></th></tr>
> <tr><td
> valign="top"><img src="/icons/unknown.gif" alt="[
> ]"></td><td><a
> href="Vagrantfile">Vagrantfile</a></td><td
> align="right">18-Oct-2015 15:24  </td><td
> align="right">3.1K</td><td>&nbsp;</td></tr>
> <tr><td
>  valign="top"><img src="/icons/text.gif"
> alt="[TXT]"></td><td><a
> href="a.html">a.html</a></td><td
> align="right">18-Oct-2015 15:02  </td><td align="right">
> 20 </td><td>&nbsp;</td></tr>
> <tr><td
>  valign="top"><img src="/icons/text.gif"
> alt="[TXT]"></td><td><a
> href="bootstrap.sh">bootstrap.sh</a></td><td
> align="right">18-Oct-2015 14:43  </td><td
> align="right">138
> </td><td>&nbsp;</td></tr>
> <tr><th colspan="5"><hr></th></tr>
> </table>
>
> But, I cant see the index.html file at root sinced folder ¿why?
>
> I can't see it trough host file system and I can't see it trough guest file
> system neither. Ther is no index.html ¿Where is it?
>
> Thank you in advance.
>
> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in violation
> of those guidelines may result in your removal from this mailing list.
>
> GitHub Issues: https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/vagrant-up/de749535-4877-4d1d-a274-760b5a77d258%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CAHqq0exc5rcRu5hk_B1DruOanG-79VwfL6yAdCXP5D5AaF_xCQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to