Hello,
I have updated the sensitive data as requested. Can you please check further?
Thank you.
sir i have added ngnix .conf from /etc/nginx/nginx.conf please check it
Hello,
Thank you for sharing the .conf file with us. After inspecting the file, it looks like you have shared the different one. Could you please check and share the connect one?
The file may found in the following directory/place:
/etc/nginx/site-enabled/yourdomain.com.conf
You can learn more about here
Looking forward to helping you. Thank you.
i cant find site-enabled in /etc/nginx/ location,
but there is something etc/nginx/plesk.conf.d/vhosts/domain.com.conf
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
fastcgi_cache_path /var/cache/nginx/domain.com_fastcgi levels=1:2 keys_zone=domain.com_fastcgi:5m max_size=67108864;
server {
listen 140.82.4.220:443 ssl;
ssl_certificate /opt/psa/var/certificates/scf9tjnEt;
ssl_certificate_key /opt/psa/var/certificates/scf9tjnEt;
server_name http://www.domain.com;
location / {
return 301 https://domain.com$request_uri;
}
# mailconfig
location ~* ^/autodiscover/autodiscover\.xml$ {
try_files $uri @mad;
}
location ~* ^(/\.well-known/autoconfig)?/mail/config\-v1\.1\.xml$ {
try_files $uri @mad;
}
location ~* ^/email\.mobileconfig$ {
try_files $uri @mad;
}
location @mad {
rewrite ^(.*)$ /mailconfig/ break;
proxy_pass http://127.0.0.1:8880;
proxy_set_header X-Host $host;
proxy_set_header X-Request-URI $request_uri;
}
# mailconfig
}
server {
listen 140.82.4.220:443 ssl http2;
“domain.com.conf” [noeol] 274L, 7800C
Hello,
The code we provided earlier can be applied here inside the server definitions.
However, it seems that this file is automatically generated so you’ll need to find a way to persist the changes in an attempt to fix the situation.
If you have issues changing that you might need to get in touch with someone specialized in dev ops.
Don’t hesitate to get in touch if you have any other questions.
Hello,
I have updated the sensitive data as requested. Can you please check further?
Thank you.
Hello,
Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.
If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.
Thank you.