Search found 3 matches
- Wed Jul 14, 2021 11:13 am
- Forum: General Discussion
- Topic: Let's encrypt autorenew problem
- Replies: 4
- Views: 31387
Re: Let's encrypt autorenew problem
I don't understand the posible solution
- Tue Jun 22, 2021 5:11 am
- Forum: General Discussion
- Topic: Let's encrypt autorenew problem
- Replies: 4
- Views: 31387
Let's encrypt autorenew problem
I'm using proxy_pass with SSL Letsencrypt (auto renew) api.domain.com.nginx.ssl.conf with 2 configurations like this, port 8888 i have a Java Spring Boot application: location / { proxy_pass http://134.209.170.XXX:8888; location @fallback { proxy_pass http://134.209.170.XXX:8888; This works fine wit...
- Sat Jun 19, 2021 2:56 am
- Forum: Web Server
- Topic: SSL Letsencrypt auto renew problem
- Replies: 1
- Views: 20776
SSL Letsencrypt auto renew problem
I'm using proxy_pass with SSL Letsencrypt (auto renew) api.domain.com.nginx.ssl.conf with 2 configurations like this, port 8888 i have a Java Spring Boot application: location / { proxy_pass http://134.209.170.XXX:8888; location @fallback { proxy_pass http://134.209.170.XXX:8888; This works fine wit...