Hi,
I have gotten as far as having no errors in the error.log but accessing the https link on 6443 downloads the index.php. Accessing the site on http doesn't work because it tries to auto-forward to https (as per my settings in Osticket).
Posting the relevant sections of the ost-config file.
server {
listen 8081;
server_name support.konspec.in;
root /var/www/osticket/upload;
index index.php index.html index.htm;
location / {
try_files $uri $uri/ index.php;
autoindex on;
autoindex_exact_size on;
}
server
{
root /var/www/osticket/upload;
index index.php index.html index.htm;
listen [::]:6443 ssl; # managed by Certbot
listen 6443 ssl; # managed by Certbot
server_name support.konspec.in;