You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nginx configuration cannot work for the host and the Docker image simultaneously, because both need different root paths. The solution is to generate two different nginx.conf.j2 files: one for use on the host, and one for use with the Dockerfile.
The text was updated successfully, but these errors were encountered:
The nginx configuration cannot work for the host and the Docker image simultaneously, because both need different
root
paths. The solution is to generate two differentnginx.conf.j2
files: one for use on the host, and one for use with theDockerfile
.The text was updated successfully, but these errors were encountered: