mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 17:45:14 +01:00
aa
This commit is contained in:
parent
6a685309cb
commit
92c4818317
2 changed files with 5 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
sudo certbot certonly --standalone
|
sudo certbot certonly --standalone
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
nilstrieb.dev docker.nilstrieb.dev cors-school.nilstrieb.dev api.cors-school.nilstrieb.dev hugo-chat.nilstrieb.dev
|
nilstrieb.dev docker.nilstrieb.dev cors-school.nilstrieb.dev api.cors-school.nilstrieb.dev hugo-chat.nilstrieb.dev api.hugo-chat.nilstrieb.dev
|
||||||
```
|
```
|
||||||
```sh
|
```sh
|
||||||
sudo tee /etc/letsencrypt/renewal-hooks/pre/001-stop-nginx.sh > /dev/null <<EOF
|
sudo tee /etc/letsencrypt/renewal-hooks/pre/001-stop-nginx.sh > /dev/null <<EOF
|
||||||
|
|
|
||||||
|
|
@ -83,6 +83,10 @@ http {
|
||||||
return 204;
|
return 204;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
proxy_set_header Connection '';
|
||||||
|
proxy_http_version 1.1;
|
||||||
|
chunked_transfer_encoding off;
|
||||||
|
|
||||||
proxy_pass_request_headers on;
|
proxy_pass_request_headers on;
|
||||||
proxy_pass http://hugo-chat-backend:8080/;
|
proxy_pass http://hugo-chat-backend:8080/;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue