Loading assets/config/nginx.conf +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; Loading Loading
assets/config/nginx.conf +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; Loading