Aggiorna README.md
This commit is contained in:
parent
6cecc91337
commit
2ae8296eaa
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ modificare .env per il server
|
||||||
utilizza auth.patachina.it per comunicare
|
utilizza auth.patachina.it per comunicare
|
||||||
|
|
||||||
nginx è settato così
|
nginx è settato così
|
||||||
|
```bash
|
||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
server_name auth.patachina.it;
|
server_name auth.patachina.it;
|
||||||
|
|
@ -26,3 +26,4 @@ nginx è settato così
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
```
|
||||||
Loading…
Reference in a new issue