mdn / yari

The platform code behind MDN Web Docs
Mozilla Public License 2.0
1.19k stars 501 forks source link

Nginx Deployment #5889

Closed ganapathichidambaram closed 2 years ago

ganapathichidambaram commented 2 years ago

Hi, I would like to understand this code into production deployment using nginx or other web server.

can anybody share nginx configuration file for the same.

caugner commented 2 years ago

We're currently using a combination of AWS CloudFront, AWS Lambda and AWS S3 to deploy yari, so we don't have any advice for deploying it with nginx.

PS: You would want to run yarn build and host the client/build folder with any static webserver, but we cannot provide any assistance.