Questions tagged [upstream]
34 questions
0
votes
0 answers
Using a variable for proxy_pass to prevent nginx from crashing if host in upstream is not found
I tried to prevent nginx from crashing when the upstream is not found by using a variable for the proxy_pass (as explained in this stackoverflow thread):
# Set front-dev in a variable to let nginx start even if it is not accessible (which is the…

arthur.sw
- 11,052
- 9
- 47
- 104
-1
votes
1 answer
What is the best way to mirror a repo and fetch updates on a daily basis?
I don't know if this is the right way to accomplish what I need and maybe has also been asked a lot, although I couldn't find a solution.
I have mirrored a repository into my Gitlab account via
git clone --mirror https://github.com/some/repo
git…

neolith
- 699
- 1
- 11
- 20
-2
votes
0 answers
I need help pushing code from the command line to Github: my command line keeps trying to push code to a non-existent repo in Github
To be completely clear, I imported some source code from FrontEndMentor to work on an exercise using HTML and CSS. I imported the folder from the source code into my VS Code and began to complete the challenge. Once I reached a point where I wanted…

Jon Sadowski
- 1
- 4
-2
votes
1 answer
I want to change the tracking/comparison of the upstream branch
I'm new to forking and trying to wrap my head around the process.
I have an original repo "Main Repo" which I've forked and cloned.
There's a branch "branch-A" on Main Repo that I want to make contributions to.
So far these are the steps I've…

kay
- 1
- 3