Skip to content

jan25/static-file-servers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static files server

  • Capable of serving images, media, text files
# Clone this repo and run
$ vagrant up

# Once ^ this has exites with non-zero code you can access files at 10.0.0.11

# Can login to vagrant vm using
$ vagrant ssh
# OR
$ vagrant ssh web1

Direct access

  • Images are available at /images/*.(jpg|png|)
  • Media files available at /*.(mp3|mp4)
  • View complete directory structure at 10.0.0.1/

Prerequisites

About

Different ways to setup a static file servers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages