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/9bebf7be-13c7-4c47-ac38-cd9da7975039.w3conf

server {
    listen 780 default_server;
    listen [::]:780 default_server;

    server_name _;

    gzip on;

    index index.cgi;

    root /usr/syno/synoman;

    error_page 403 404 500 502 503 504 /dsm_error_page;

    location /dsm_error_page {
        internal;
        root /usr/syno/share/nginx;
        rewrite (.*) /error.html break;
        allow all;
    }

    include conf.d/.server.syno-app-portal.FileStation.conf;
}

server {
    listen 7443 default_server ssl;
    listen [::]:7443 default_server ssl;

    server_name _;

    include /usr/syno/etc/www/certificate/AppPortal_FileStation_AltPort/cert.conf*;

    include /usr/syno/etc/security-profile/tls-profile/config/FileStation_AltPort.conf*;

    include conf.d/ssl.*.conf;

    index index.cgi;

    root /usr/syno/synoman;

    error_page 403 404 500 502 503 504 /dsm_error_page;

    location /dsm_error_page {
        internal;
        root /usr/syno/share/nginx;
        rewrite (.*) /error.html break;
        allow all;
    }

    include conf.d/.server.syno-app-portal.FileStation.conf;
}