-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
I am trying to set up my site to be served with nginx. Currently if I run gulp dist it works fine and I get a folder with a bunch of minified js and css, but there is no index.html or anything. Do I have to manually copy src/app/index.html and manually copy in the css/js file srcs?
My ngnix config so far:
server {
listen 80;
server_name portal.whatever.biz;
root /var/sites/portal.whatever.biz/frontend/dist;
}
Metadata
Metadata
Assignees
Labels
No labels