fixed End Of Line Sequence

This commit is contained in:
Bruvv
2021-12-27 10:28:02 +01:00
parent 494a6c06fd
commit 87615ff031
47 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
ssl_protocols TLSv1.2;
ssl_prefer_server_ciphers on;
ssl_ciphers ECDHE-RSA-AES256-GCM-SHA512:DHE-RSA-AES256-GCM-SHA512:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:DHE-RSA-AES256-SHA;

View File

@@ -1,3 +1,4 @@
upstream backend {
server 127.0.0.1:8000;
}