• Resolved breadsandwich

    (@breadsandwich)


    Does anyone have any experience using Duplicator to move a site from Apache to nginx? It seemed to work fine until I went to edit with Elementor.

    https://www.ads-software.com/support/topic/elementor-wont-start/

    After a while I think the issue comes from moving from an Apache server to a nginx server. Looking online I think I had to change nginx.conf as an alternate to .htaccess, so here’s what I did:

    location / {
    	try_files $uri $uri/ /index.php?$args;
    	#index  index.php index.html index.htm;
     }

    I don’t know all that much about nginx and absolutely nothing about Apache, but when I went to see if it works now I get this and can’t see the site at all.
    Any ideas?

    • This topic was modified 4 years, 2 months ago by breadsandwich.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Moving from Apache to nginx’ is closed to new replies.