
Migrating with nextjs + nginx
While searching to use a subdomain, I realized that not only the hosting server but also the server side needed to be configured. First, you register an A or CNAME record with the hosting service. Then, when the request reaches the computer, it forwards the port based on the header's host according to the reverse proxy settings...


