Skip to content

add dockerfile, compose#209

Open
SamStaijen wants to merge 1 commit into
developmentfrom
feat/dockerize
Open

add dockerfile, compose#209
SamStaijen wants to merge 1 commit into
developmentfrom
feat/dockerize

Conversation

@SamStaijen

Copy link
Copy Markdown
Member

No description provided.

Comment thread nginx.conf
}

location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot)$ {
expires 1y;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A year of cache?

@SilasPeters SilasPeters left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the choice to include nginx in the image? What does the reverse proxy add, on top of an existing reverse proxy? Does it simplofy the 404 page?

Edit: or is it to allow abstraction from the system's setup? Take control in the image?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants