DHCP
Static IP txt to bash firefox ssh
This commit is contained in:
39
etc/nginx/include/free-file-sync.conf
Normal file
39
etc/nginx/include/free-file-sync.conf
Normal file
@ -0,0 +1,39 @@
|
||||
server {
|
||||
ssl_certificate /home/podman/wild-phares/fullchain.cer;
|
||||
ssl_certificate_key /home/podman/wild-phares/phares.duckdns.org.key;
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
listen 443 ssl http2;
|
||||
server_name free-file-sync-still.phares.duckdns.org;
|
||||
root /mnt/free-file-sync/still;
|
||||
location / {
|
||||
autoindex on;
|
||||
disable_symlinks on;
|
||||
autoindex_format json;
|
||||
}
|
||||
}
|
||||
server {
|
||||
ssl_certificate /home/podman/wild-phares/fullchain.cer;
|
||||
ssl_certificate_key /home/podman/wild-phares/phares.duckdns.org.key;
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
listen 443 ssl http2;
|
||||
server_name free-file-sync-moving.phares.duckdns.org;
|
||||
root /mnt/free-file-sync/moving;
|
||||
location / {
|
||||
autoindex on;
|
||||
disable_symlinks on;
|
||||
autoindex_format json;
|
||||
}
|
||||
}
|
||||
server {
|
||||
ssl_certificate /home/podman/wild-phares/fullchain.cer;
|
||||
ssl_certificate_key /home/podman/wild-phares/phares.duckdns.org.key;
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
listen 443 ssl http2;
|
||||
server_name free-file-sync-a.phares.duckdns.org;
|
||||
root /mnt/free-file-sync/1-Images-A;
|
||||
location / {
|
||||
autoindex on;
|
||||
disable_symlinks on;
|
||||
autoindex_format json;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user