Ticker

6/recent/ticker-posts

Deploy react with nginx


 

 

 Add your config nginx next virtual host

server { listen 80 ; server_name mydomain.com; index index.html; root /var/www/frontend/build; location ~/.* { index index.html; try_files $uri /index.html$is_args$args; } }
Restart nginx its works...

 

 

Reacciones:

Post a Comment

0 Comments