mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-16 19:30:23 +08:00
abs path in nginx.conf
This commit is contained in:
parent
d4278f914b
commit
159c399fb8
@ -14,7 +14,7 @@ events {
|
|||||||
http {
|
http {
|
||||||
access_log off;
|
access_log off;
|
||||||
|
|
||||||
include mime.types;
|
include /etc/nginx/mime.types;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
charset utf-8;
|
charset utf-8;
|
||||||
|
|
||||||
@ -52,8 +52,8 @@ http {
|
|||||||
|
|
||||||
#PROD ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
#PROD ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
||||||
#PROD ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH";
|
#PROD ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH";
|
||||||
#PROD ssl_certificate ssl/server.crt;
|
#PROD ssl_certificate /etc/nginx/ssl/server.crt;
|
||||||
#PROD ssl_certificate_key ssl/server.key;
|
#PROD ssl_certificate_key /etc/nginx/ssl/server.key;
|
||||||
|
|
||||||
#PROD add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
|
#PROD add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user