uwsgi + nginx deployment vue + django front end of the separator project

nginx configuration vue project

    server {
        listen       80;
        server_name  localhost;

        location / {
            root   /opt/dist;
            index  index.html;
        }

    }

To install nginx please venue to Nginx installation

Guess you like

Origin www.cnblogs.com/adidasshe/p/11909900.html