Skip to content

Commit

Permalink
Dockerfile updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemisDicoTiar committed Nov 15, 2021
1 parent 3f94a56 commit ccd9abc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ http {

server {
listen 8080;
server_name https://main-platanus-wisdomify.endpoint.ainize.ai/;

location / {
root /youtora_fe;
root /platanus;
index index.html;
try_files $uri $uri/ /index.html;
}
Expand Down

0 comments on commit ccd9abc

Please sign in to comment.