immich
This commit is contained in:
@@ -19,10 +19,10 @@ server {
|
|||||||
listen 443 ssl http2 default_server;
|
listen 443 ssl http2 default_server;
|
||||||
listen [::]:443 http2 ssl;
|
listen [::]:443 http2 ssl;
|
||||||
server_name read.knast.cc;
|
server_name read.knast.cc;
|
||||||
ssl on;
|
# ssl on;
|
||||||
ssl_certificate /etc/nginx/yourhost.xyz.crt;
|
# ssl_certificate /etc/nginx/yourhost.xyz.crt;
|
||||||
ssl_certificate_key /etc/nginx/yourhost.xyz.key;
|
# ssl_certificate_key /etc/nginx/yourhost.xyz.key;
|
||||||
ssl_protocols TLSv1.2;
|
# ssl_protocols TLSv1.2;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
|||||||
Reference in New Issue
Block a user