After you setup the plugin in Safe Mode or Ghost Mode click save to generate rewrite rules for the new paths. Copy the rewrite rules from WP Ghost notification into Bitnamy config file.
Amazon AWS Lightsail – WP Ghost Setup
Read More →
After you setup the plugin in Safe Mode or Ghost Mode click save to generate rewrite rules for the new paths. Copy the rewrite rules from WP Ghost notification into Bitnamy config file.
Nginx Servers Install and Setup WP Ghost The nginx config file it’s usually located at /opt/bitnami/nginx/conf/server_blocks/myapp-server-block.conf. You should see something like the following code. Add the include line generated by WP Ghost into the config file: server { # Port to listen on, can also be set in IP:PORT format listen 80 default_server; root /opt/bitnami/myapp; # […]