%PDF- %PDF-
| Direktori : /var/lib/letsencrypt/backups/1698763734.4650052/ |
| Current File : //var/lib/letsencrypt/backups/1698763734.4650052/uloziste.eacm.cz_14 |
server {
listen 10.27.27.5:443 ssl http2;
server_name uloziste.eacm.cz;
include ssl_params;
ssl_certificate /etc/letsencrypt/live/uloziste.eacm.cz/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/uloziste.eacm.cz/privkey.pem; # managed by Certbot
location / {
root /www/muzikoterapie/uloziste.eacm.cz;
index index.html index.htm index.php;
autoindex off;
autoindex_exact_size off;
try_files $uri $uri/ /index.php?$args;
}
location ~ \.php$ {
include fastcgi_params;
fastcgi_pass 127.0.0.1:9002;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /www/muzikoterapie/uloziste.eacm.cz$fastcgi_script_name;
}
}
server {
if ($host = uloziste.eacm.cz) {
return 301 https://$host$request_uri;
} # managed by Certbot
listen 10.27.27.5:80; listen 127.0.0.1;
server_name uloziste.eacm.cz;
return 301 https://uloziste.eacm.cz$request_uri;
}