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
I'm trying to proxy the URI detail of (awstats) behind the root domain. The actual page I have to load is https://domain.tld/cgi-bin/awstats/awstats.pl?config=linoxide, but I really just want to go to https://domain.tld, and then let nginx proxy the rest of the URI so I don't have to remember it every time I visit the site.
I know I can't use domain.tld -> domain.tld/URI in the DOMAIN section of the config file.
I understand I have to use proxy-pass to do this, but when I look at the examples here, and I implement this line : - https-portal-data:/var/lib/https-portal
it breaks as I already have multiple other domains using lets-encrypt (LE) and I can see it is because that is overwriting the default area that LE uses too.
How can I keep my other domains as is and still achieve the proxying of the URI to the root domain for this one site?
The text was updated successfully, but these errors were encountered:
Are your other domains managed by HTTPS-PORTAL as well? If so, there should be no problem. If you want to override Nginx config for just one domain, checkout the document here. You can do:
I'm trying to proxy the URI detail of (awstats) behind the root domain. The actual page I have to load is https://domain.tld/cgi-bin/awstats/awstats.pl?config=linoxide, but I really just want to go to https://domain.tld, and then let nginx proxy the rest of the URI so I don't have to remember it every time I visit the site.
I know I can't use domain.tld -> domain.tld/URI in the DOMAIN section of the config file.
I understand I have to use proxy-pass to do this, but when I look at the examples here, and I implement this line :
- https-portal-data:/var/lib/https-portal
it breaks as I already have multiple other domains using lets-encrypt (LE) and I can see it is because that is overwriting the default area that LE uses too.
How can I keep my other domains as is and still achieve the proxying of the URI to the root domain for this one site?
The text was updated successfully, but these errors were encountered: