If you have a slow import, or if you're running into a lot of server timeouts, then you can follow these steps to optimize your import.
Follow all of the steps listed here: http://www.wpallimport.com/documentation/troubleshooting/slow-imports/.
# Force HTTPS | |
if ($scheme = http) { | |
return 301 https://$http_host$request_uri; | |
} | |
location ~* \.html$ { | |
charset UTF-8; | |
add_header x-flying-press-cache HIT; | |
add_header x-flying-press-source Nginx; | |
add_header cache-control "no-cache, must-revalidate, max-age=0"; |
If you have a slow import, or if you're running into a lot of server timeouts, then you can follow these steps to optimize your import.
Follow all of the steps listed here: http://www.wpallimport.com/documentation/troubleshooting/slow-imports/.