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 Aug. 30, 2021, 7:36 a.m. by ggbaker.