Commit c24ebb14 authored by jbleher's avatar jbleher
Browse files

IP Address added

parent 61e6b1e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
upstream shinyservice {
 server localhost:3838;
 server  <IP-ADDRESS>:3838;
}



server {
 listen 80;
 #server_name localhost;
 server_name <IP-ADDRESS>;
 location / {
   # This would be the directory where your React app's static files are stored at
   root /usr/share/nginx/html;