HEX
Server: Apache/2.4.63 (Unix)
System: Linux TOMS-220NAS 4.4.302+ #86009 SMP Wed Nov 26 18:19:17 CST 2025 x86_64
User: flavio87 (1026)
PHP: 8.3.27
Disabled: NONE
Upload Files
File: //usr/local/etc/nginx/sites-available/1cf36ad7-d5a8-4939-87c5-548f9943e3ef.w3conf

server {

    listen      80;
    listen      [::]:80;

    listen      443 ssl;
    listen      [::]:443 ssl;

    server_name tom-marchisa.com ;

    if ( $host !~ "(^tom-marchisa.com$)" ) { return 404; }

    error_log /var/packages/WebStation/var/log/nginx_error_log warn;

    include /usr/syno/etc/www/certificate/WebStation_abd14049-b6e0-493c-93bc-6d069d16f188/cert.conf*;

    include /usr/syno/etc/security-profile/tls-profile/config/WebStation_abd14049-b6e0-493c-93bc-6d069d16f188.conf*;

    ssl_prefer_server_ciphers   on;

    location ^~ /.well-known/acme-challenge {
        root /var/lib/letsencrypt;
        default_type text/plain;
    }

    include conf.d/.webstation.error_page.default.conf*;

    include conf.d/.webstation.error_page.default.resource.conf*;

    include conf.d/.service.abd14049-b6e0-493c-93bc-6d069d16f188.1114d4c3-316b-40b3-9860-1e67d687f727.conf*;

}