diff --git a/sk1/nginx.conf b/sk1/nginx.conf new file mode 100644 index 0000000..cfae801 --- /dev/null +++ b/sk1/nginx.conf @@ -0,0 +1,15 @@ +events {} + +http { + + server { + + listen 80; + + location / { + proxy_pass http://app:3000; + } + + } + +} \ No newline at end of file