Updated nginx/yaaaw.conf file to use it with nginx proxy manager
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
ssl_session_cache shared:SSL:10m;
|
|
||||||
|
|
||||||
ssl_session_timeout 10m;
|
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
listen [::]:80 default_server;
|
||||||
|
|
||||||
server_name yaaaw.it;
|
server_name yaaaw.it;
|
||||||
|
|
||||||
@@ -11,18 +9,15 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
ssl_session_cache shared:SSL:10m;
|
||||||
listen 443 ssl http2;
|
ssl_session_timeout 10m;
|
||||||
|
listen 443;
|
||||||
|
listen [::]:443;
|
||||||
|
|
||||||
server_name yaaaw.it;
|
server_name yaaaw.it;
|
||||||
|
|
||||||
keepalive_timeout 70;
|
keepalive_timeout 70;
|
||||||
|
|
||||||
ssl_certificate /data/cert/server.chained.crt;
|
|
||||||
ssl_certificate_key /data/cert/server.key;
|
|
||||||
ssl_protocols TLSv1.2;
|
|
||||||
ssl_ciphers HIGH:!aNULL:!MD5;
|
|
||||||
|
|
||||||
root /data/html;
|
root /data/html;
|
||||||
|
|
||||||
location / { }
|
location / { }
|
||||||
|
Reference in New Issue
Block a user