| Server IP : 54.37.205.81 / Your IP : 216.73.216.76 Web Server : nginx/1.22.1 System : Linux vps-249481fa 6.1.0-50-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.176-1 (2026-07-02) x86_64 User : debian ( 1000) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/app.copyrightchain.it/_tmp_growfix/ |
Upload File : |
PATCH: Fix index.css 404 + stabilize static hosting What this patch does - Adds an empty /index.css in the web root (html/) to stop the browser failing with 404. Your current index.html references <link rel="stylesheet" href="/index.css">. How to deploy on VPS 1) Upload the zip to /var/www/app.copyrightchain.it/ 2) Unzip 3) Copy the file into the served web root (/var/www/app.copyrightchain.it/html) Commands: cd /var/www/app.copyrightchain.it unzip -o copyrightchain_app_growfix_v3.zip sudo cp -f html/index.css /var/www/app.copyrightchain.it/html/index.css sudo chown www-data:www-data /var/www/app.copyrightchain.it/html/index.css || true Verify: curl -I https://app.copyrightchain.it/index.css