wenzelm [Tue, 23 Jan 2024 16:30:29 +0100] rev 79519
more robust systemd configuration;
wenzelm [Tue, 23 Jan 2024 15:02:52 +0100] rev 79518
more robust nginx configuration, notably for "certbot --nginx -d DOMAIN";
wenzelm [Tue, 23 Jan 2024 12:28:35 +0100] rev 79517
tuned whitespace in generated file;
wenzelm [Tue, 23 Jan 2024 12:28:02 +0100] rev 79516
tuned;
wenzelm [Tue, 23 Jan 2024 12:18:06 +0100] rev 79515
clarified modules;
wenzelm [Mon, 22 Jan 2024 22:18:20 +0100] rev 79514
recover Url.is_wellformed from before d8330439823a, e.g. relevant for JEdit_Resources.read_file_content (the URI alone does not necessarily have a protocol prefix, so plain file-path would be treated as URL);
wenzelm [Mon, 22 Jan 2024 14:40:30 +0100] rev 79513
proper php-fpm configuration for nginx;
wenzelm [Mon, 22 Jan 2024 13:40:45 +0100] rev 79512
support multiple webservers: Apache or Nginx;
wenzelm [Sun, 21 Jan 2024 14:12:14 +0100] rev 79511
tuned;
wenzelm [Sun, 21 Jan 2024 14:05:14 +0100] rev 79510
clarified signature: explicit type isabelle.Url to avoid oddities of java.net.URL (e.g. its "equals" method);