Skip to content

Latest commit

History

96 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Pumped Nginx Docker image

Docker image with preconfigured nginx server optimized for serving static files and following sets of best practices

Usage

FROM lotustm/nginx
# replace `$SITENAME` with your domain name
ENV SITENAME $SITENAME
COPY ./build /var/domains/$SITENAME/www
RUN sed -i "s/example.com/$SITENAME/g" /etc/nginx/sites-enabled/default.conf

About

Docker image with preconfigured nginx server optimized for serving static files and following sets of best practices

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages