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
READ.me needs to be edited to provide instructions to edit the default.conf and replace proxy_pass http://origin; with proxy_pass http://domain.name:port;
The text was updated successfully, but these errors were encountered:
tonyengstrom
changed the title
proxy_pass can't be http://origin;
proxy_pass can't be http://origin
Jul 23, 2019
This is needed only if you are using this container to serve your final site files.
But the container is intended to be used in combination with another container or service; you can for example add the vanilla nginx image/container and run them together on the same network via docker-compose where said vanilla nginx is the one serving your files on port 80; SSL is already taken care of so the latter container need not any domain or SSL specific config.
READ.me needs to be edited to provide instructions to edit the
default.conf
and replaceproxy_pass http://origin;
withproxy_pass http://domain.name:port;
The text was updated successfully, but these errors were encountered: