Moving to Hetzner
This commit is contained in:
parent
5b40624c19
commit
202c24341b
12 changed files with 128 additions and 14 deletions
22
sites-available/builds
Normal file
22
sites-available/builds
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
server {
|
||||
server_name builds.asxp.io;
|
||||
|
||||
#listen [::]:443 ssl ipv6only=on;
|
||||
listen 443 ssl;
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/asxp.io/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/asxp.io/privkey.pem;
|
||||
|
||||
|
||||
root /srv/ftp/;
|
||||
|
||||
access_log /var/log/nginx/ftp.access.log;
|
||||
error_log /var/log/nginx/ftp.error.log;
|
||||
|
||||
location / {
|
||||
autoindex on;
|
||||
autoindex_exact_size off;
|
||||
autoindex_format html;
|
||||
autoindex_localtime on;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue