Sign inSign up

ipepe/spa-nginx

By ipepe

Updated over 6 years ago

Docker Image prepared for serving SPA applications

Image
0

978

ipepe/spa-nginx repository overview

docker-spa-nginx

Docker Image prepared for serving spa applications

nginx conf

server {
    listen       80;
    server_name  localhost;

    location / {
        root   /usr/share/nginx/html;
        try_files $uri $uri/ /index.html;
    }
}

Tag summary

Content type

Image

Digest

Size

48.7 MB

Last updated

over 6 years ago

docker pull ipepe/spa-nginx