-
Posted a reply to WP behind nginx reverse proxy, on the site WordPress.org Forums:
adding below code to wp-admin.conf solved my issue. define('.COOKIE_DOMAIN.', 'www.mydomain.com'); define('.SITECOOKIEPATH.', '.'); if(isset($_SERVER['HTTP_X_FORWARDED_FOR'])) { $list… -
Created a topic, WP behind nginx reverse proxy, on the site WordPress.org Forums:
I tried to install latest version of wordpress as of 0…