Not logged in. Login

Deploying Static Files under Nginx

You can have Nginx serve your app's static files by simply adding config like this:

location /static {
    alias /home/ubuntu/static;
}
Updated Mon Aug. 30 2021, 07:36 by ggbaker.