I have changed my domain name, but the previous domain name can continue to visit the website. what is wrong with this?
I have changed my domain name, but the previous domain name can continue to visit the website. what is wrong with this?
because your virtual host is configured with default virtual host
, if there is no server_name
match, you will use this virtual host to respond
modify the original domain name to IP
and prohibit domain names that are not allowed to be mapped to this server.
Previous: Scrapy: cannot download the picture after renaming the picture name and storage address
Next: How do I display the date range on the echarts x axis when the date range is selected?
after I wrote a website with the flask framework, I deployed it to the CVM. It has been deployed with gunicorn, but I can only access port 2000 set by the program. Now I want to jump to port 2000 by accessing the default port 80. I used nginx, but when ...
the proxy is used in the vue project. After build, the server on the configuration reported a 404 error, which should be caused by not being able to use the proxy of dev server. Configure how to use nginx, on the server to configure nginx to implement t...
I tried http: www.thinkphp.cn topic ... The actual visit reported 404 . nginx 1.10.3 php-fpm php7.1 Ubuntu 16.04.4 LTS (GNU Linux 4.4.0-117-generic x86room64) this is the environment. here is the relevant configuration of php-fpm in my apache ...