Skip to content
Snippets Groups Projects
Commit f917f1e7 authored by Łukasz Korbasiewicz's avatar Łukasz Korbasiewicz
Browse files

Add troubleshooting when using web IDE and external NGINX

parent 414177c6
No related branches found
No related tags found
2 merge requests!102heptapod#1237: making 0.38 the new oldstable,!87Merged upstream 15.6.0+ce.0 with adaptations into heptapod branch
......@@ -756,3 +756,19 @@
wget https://gitlab.com/gitlab-org/omnibus-gitlab/-/raw/a9d6b020f81d18d778fb502c21b2c8f2265cabb4/files/gitlab-selinux/rhel/7/gitlab-13.5.0-gitlab-shell.pp
semodule -i gitlab-13.5.0-gitlab-shell.pp
```
### `Branch 'branch_name' was not found in this project's repository` when Web IDE and external NGINX are used
If you get this error, check your NGINX configuration file if you have a trailing slash in `proxy_pass` and remove it:
1. Edit your NGINX configuration file:
```plaintext
proxy_pass https://1.2.3.4;
```
1. Restart NGINX:
```shell
sudo systemctl restart nginx
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment