Configure cornerstone to run from /blog/cornerstone instead of /cornerstone

I have nginx set up to serve a node app from the root domain and a wordpress instance from /blog. Unfortunately, this has completely broken cornerstone and I haven’t been able to fix it by manually adding location paths for all the cornerstone endpoints. Any help would be appreciated!

Hey @tr0picana,

Just to let you know, we only support the standard WordPress setup. With that said, we’ll check your setup, but just note that we can’t guarantee a solution.

Please provide the following details in a Secure Note.

  • WordPress Login URL
  • Admin username and password
  • FTP credentials

You can find the Secure Note button at the bottom of your posts.

Thanks.

Thank you. Please stay tuned.

I got it working. I had to add

proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;

To my nginx conf in addition to the paths.

Hey @tr0picana,

We are glad to know that you have resolved your issue already. Thanks for sharing that information. We really appreciate that. Please feel free to create another thread if you need any other assistance.

Cheers.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.