Skip to content
Snippets Groups Projects
Verified Commit a9bbad54 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent de16ec4b
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -14,9 +14,11 @@ server {
include /etc/nginx/snippets/includes.conf;
location / {
resolver 127.0.0.1 valid=30s;
set $upstream___UPSTREAM__ __HOST__;
proxy_pass http://$upstream___UPSTREAM__:80;
proxy_pass http://$upstream___UPSTREAM__;
proxy_set_header Connection keep-alive;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment