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
Following the instructions I get [emerg] 1#1: host not found in upstream hostname.example.com in /etc/nginx/conf.d/app.conf:26
(hostname.example.com is just an example because I don't want to make my subdomain public registered on a free dyndns service)
The dns name is connected with only IPv6.
The hostname points to the ocrrect IPv6 and I can use it for every service including ssh.
I fixed this error by including
upstream hostname.example.com {
server localhost;
}
in the top of data/nginx/conf.d/app.conf
Do you know why this happen?
Is my solution just a dirty workaround?
My server is an Arch Linux server running in a proxmox VM in my university.
One networkcard is connected with the internal university network and only accessible via VPN.
The other networkcard has a public IPv6 address, so I can connect it with my hostname and use it for public internet services.
The text was updated successfully, but these errors were encountered:
Following the instructions I get
[emerg] 1#1: host not found in upstream hostname.example.com in /etc/nginx/conf.d/app.conf:26
(hostname.example.com is just an example because I don't want to make my subdomain public registered on a free dyndns service)
The dns name is connected with only IPv6.
The hostname points to the ocrrect IPv6 and I can use it for every service including ssh.
I fixed this error by including
in the top of data/nginx/conf.d/app.conf
Do you know why this happen?
Is my solution just a dirty workaround?
My server is an Arch Linux server running in a proxmox VM in my university.
One networkcard is connected with the internal university network and only accessible via VPN.
The other networkcard has a public IPv6 address, so I can connect it with my hostname and use it for public internet services.
The text was updated successfully, but these errors were encountered: