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
{{ message }}
This repository has been archived by the owner on May 28, 2021. It is now read-only.
upstream client {
server 127.0.0.1:3001;
}
upstream server {
server 127.0.0.1:4000;
}
So I am curious if my config is fine or if I should adjust it to something more suitable for this?
Getting errors when doing some functions so that tells me my configurations in the project are not right, could be something else than nginx, but just checking in to see.
Thanks for any help here!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi!
Cool project, what's the best nginx configuration?
Currently I just have
Which works, but I'm worried it might not be enough.
Other projects you'll have a set of specific configurations such as
or
So I am curious if my config is fine or if I should adjust it to something more suitable for this?
Getting errors when doing some functions so that tells me my configurations in the project are not right, could be something else than nginx, but just checking in to see.
Thanks for any help here!
The text was updated successfully, but these errors were encountered: