Running WordPress on Coder for development.
Hello,
I am trying to run WordPress virtual dev enviroment for our developers. But I am having issue with SSL and ending on too many redirects.
I read a lot of tutorials, but nothing seems to help. So my setup:
1) I have a .space domain, that is forced to be HSTS by the registrator.
2) I run coder on a dedicated machine using docker containers
3) There is a nginx proxy before coder that manages all the web access.
Here is my nginx config file: https://paste.brcb.eu/ewelugiboz.nginx it should be based on Coders own install documentation.
4) I have the correct URL of the workspace defined as
5) I have
6) There is no other proxy like cloudflare involved. CF is te DNS provider, but the domain is in DNS Only mode.
Do you please have any idea, how can I solve the issue and edit nginx/wpconfig settings?
Thank you!
I am trying to run WordPress virtual dev enviroment for our developers. But I am having issue with SSL and ending on too many redirects.
I read a lot of tutorials, but nothing seems to help. So my setup:
1) I have a .space domain, that is forced to be HSTS by the registrator.
2) I run coder on a dedicated machine using docker containers
3) There is a nginx proxy before coder that manages all the web access.
Here is my nginx config file: https://paste.brcb.eu/ewelugiboz.nginx it should be based on Coders own install documentation.
4) I have the correct URL of the workspace defined as
WP_HOME and WP_SITEURL in wp-config.php (this is being set automatically by script when workspace launches)5) I have
$_SERVER['HTTPS'] = 'on'; i the wp-config.php6) There is no other proxy like cloudflare involved. CF is te DNS provider, but the domain is in DNS Only mode.
Do you please have any idea, how can I solve the issue and edit nginx/wpconfig settings?
Thank you!