Some times I need to deploy SPA (create-react-app, Vue, Angular) with nginx on my server. And here is the boilerplate for nginx configuration that allows you to modify it according to your requirements.
Posts of O&M
Configuration Boilerplate for SPA with Nginx
Jan 5, 2023
O&M
Configuring SSL for HTTPS with Certbot + Let's Encrypt + Nginx
Let's Encrypt makes HTTPS available to everyone for free. In this article, we will introduce how to use the Certbot application tool to configure an SSL certificate for HTTPS of a domain name on a personal server.
Jan 3, 2023
LINUX
O&M
Some Examples of Nginx Proxy Forwarding
This article gives three examples of Nginx proxy forwarding: forwarding domain name requests to a local port, forwarding domain name requests to another domain name, and forwarding a local port to another port or another domain name.
Jan 3, 2023
O&M