Skip to content

cgriceld/42-lemp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LEMP-server

Simple LEMP (Linux, Nginx, MySQL, PHP) web server using Docker
42 system & network administration project.

To build image and launch server with enabled autoindex run bash build.sh on; to run with disabled autoindex (you will get 403 Forbidden error then) use bash build.sh off.

To enable/disable autoindex inside container run source indexstate.sh on/off from the root directory.
To see whether autoindex is currently on or off run printenv INDEXSTATE.

To stop container and remove image run bash stop&del.sh. Container will be automatically removed as it was launched with --rm option in build.sh.

About

🐳 simple LEMP web-server in Docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published