• Hi,

    I’m trying without much luck to access my WP from the local IP. The reason doing this is because my domain is behind Cloudflare, which has some 90 seconds limit for PHP execution – I have some admin tasks that can’t be run properly due to this.

    I’m hoping to access the WP-admin area using the local IP, 192.168.1.190, and by doing this to bypass Cloudflare. It is worth mentioning that I do have a functioning domain also (let’s call it site.com), and that I cannot add the Home URL as the local IP because this will make the site.com inaccessible on the WWW.

    I am using Nginx and this is the server line:

    server_name site.com www.site.com 192.168.1.190;
    

    Is it possible to access 192.168.1.190 on lan, and get the fully functioning site.com instead? If I do this now, it simply redirects to site.com.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Access WP from local IP’ is closed to new replies.