This commit is contained in:
FyloZ 2021-02-11 23:42:55 -05:00
parent 46504585aa
commit bd312a76ab
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ http {
server {
include /etc/nginx/mime.types;
listen 80;
root /usr/bin/cre/;
root /usr/bin/cre/dist/frontend;
index index.html;
location / {