rm nginx.conf
This commit is contained in:
parent
400e78b319
commit
519e37a06b
16
nginx.conf
16
nginx.conf
@ -1,16 +0,0 @@
|
||||
server {
|
||||
server_name ldb.owo69.me;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/owo69.me/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/owo69.me/privkey.pem;
|
||||
include /etc/letsencrypt/options-ssl-nginx.conf;
|
||||
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
|
||||
|
||||
root /srv/www/ldb/;
|
||||
location / {
|
||||
autoindex on;
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user