Which file you need to see ?
https://gyazo.com/b562e42dfc303fc6ed51ccf0f4982245I post here bulgrand.conf
I see here the old ip.
...........................................................
server {
listen 87.121.167.48:80;
server_name bulgrand
www.bulgrand; root /home/bulgrand/public_html;
index index.php index.html index.htm;
access_log /usr/local/apache/domlogs/bulgrand.bytes bytes;
access_log /usr/local/apache/domlogs/bulgrand.log combined;
error_log /usr/local/apache/domlogs/bulgrand.error.log error;
location / {
location ~.*\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js)$ {
expires max;
}
location ~ [^/]\.php(/|$) {
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
if (!-f $document_root$fastcgi_script_name) {
return 404;
}
fastcgi_pass unix:/opt/alt/php-fpm74/usr/var/sockets/bulgrand.sock;
fastcgi_index index.php;
include /etc/nginx/fastcgi_params;
}
}
location ~* "/\.(htaccess|htpasswd)$" {deny all;return 404;}
disable_symlinks if_not_owner from=/home/bulgrand/public_html;
location /.well-known/acme-challenge {
default_type "text/plain";
alias /usr/local/apache/autossl_tmp/.well-known/acme-challenge;
}
location /.well-known/pki-validation {
default_type "text/plain";
alias /usr/local/apache/autossl_tmp/.well-known/acme-challenge;
}
}
server {
listen 87.121.167.48:80;
server_name webmail.bulgrand;
access_log /usr/local/apache/domlogs/bulgrand.bytes bytes;