Advertisement
Guest User

Untitled

a guest
May 1st, 2018
551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. -------------------------------------------------------------
  2. service nginx reload
  3. Reloading nginx configuration (via systemctl): [ OK ]
  4. systemctl restart pure-ftpd.service
  5.  
  6. -------------------------------------------------------------
  7. FTP hostname : 85.114.136.171
  8. FTP port : 21
  9. FTP mode : FTP (explicit SSL)
  10. FTP Passive (PASV) : ensure is checked/enabled
  11. FTP username created for wordpressgeneng :
  12. FTP password created for wordpressgeneng : aabxZR9WRuxLPS6srrfJS
  13. -------------------------------------------------------------
  14. vhost for wordpressgeneng created successfully
  15.  
  16. domain: http://wordpressgeneng
  17. vhost conf file for wordpressgeneng created: /usr/local/nginx/conf/conf.d/wordpressgeneng.conf
  18.  
  19. upload files to /home/nginx/domains/wordpressgeneng/public
  20. vhost log files directory is /home/nginx/domains/wordpressgeneng/log
  21.  
  22. ------------------------------------------------------------
  23. SSH commands to uninstall created Wordpress install and Nginx vhost:
  24. /root/tools/wp_uninstall_wordpressgeneng.sh
  25. ------------------------------------------------------------
  26.  
  27. ------------------------------------------------------------
  28. Wordpress Auto Updater created at:
  29. /root/tools/wp_updater_wordpressgeneng.sh
  30. cronjob set for every 8 hours update (3x times per day)
  31. ------------------------------------------------------------
  32.  
  33. Wordpress domain: wordpressgeneng
  34. Wordpress DB Name: wp8371db_6187
  35. Wordpress DB User: wpdb6187u18408
  36. Wordpress DB Pass: wpdbqWnKNcmmSPMVp32546
  37. Wordpress Admin User ID: 169609
  38. Wordpress Admin User: zLQ4fc1KReFRj5yqSLHwp3186
  39. Wordpress Admin Pass: zDvJbz8JZZy8wps7311
  40. Wordpress Admin Email: wisnu.hendro@gmail.com
  41.  
  42. Wordpress wp-login.php password protection info:
  43. wp-login.php protection file /home/nginx/domains/wordpressgeneng/htpasswd_wplogin
  44. wp-login.php protection Username: ur0LyrnG4t59jjx12458
  45. wp-login.php protection Password: pZea042dUCtJYEQ2iDomy12458
  46. http://ur0LyrnG4t59jjx12458:pZea042dUCtJYEQ2iDomy12458@wordpressgeneng/wp-login.php
  47.  
  48. Resetting wp-login.php protection:
  49. Step 1. remove protection file at /home/nginx/domains/wordpressgeneng/htpasswd_wplogin
  50. rm -rf /home/nginx/domains/wordpressgeneng/htpasswd_wplogin
  51. Step 2. run command:
  52. /usr/local/nginx/conf/htpasswd.sh create /home/nginx/domains/wordpressgeneng/htpasswd_wplogin YOURUSERNAME YOURPASSWORD
  53. Step 3. restart Nginx + PHP-FPM services
  54. nprestart
  55.  
  56. -------------------------------------------------------------
  57. Current vhost listing at: /usr/local/nginx/conf/conf.d/
  58.  
  59.  
  60. Apr 30 14:53 845 ssl.conf
  61. Apr 30 14:53 1.1K demodomain.com.conf
  62. Apr 30 14:53 1.6K virtual.conf
  63. May 2 03:57 2.0K wordpressgeneng.conf
  64.  
  65. ------------------------------------------------------------
  66. To complete setup:
  67. 1. Enable Permalinks (DO NOT use links with .html extensions for performance reasons) i.e. /%post_id%/%postname%/
  68. 2. Settings Menu > Super Cache > Easy tab and enable it by checking Caching On (Recommended) and hit Update Status
  69. 3. Advanced tab & check Use mod_rewrite serve cache files & Don’t cache pages with GET parameters and Known User.
  70. (Recommended), Cache rebuild for anonymous users, clear all cache when a post or page updated & hit Update Status
  71. 4. WP Security Menu > Settings > Check All except Enable Live Traffic tool and hit Update settings
  72. 5. Settings Menu > Updates Notifier and setup your notify email address and cronjob (save and test button to check)
  73. 6. Settings Mnenu > Autoptimize and check Optimize HTML, JavaScript and CSS options (show advanced settings)
  74. 7. Settings Menu > Limit Login Attempts and configure as desired or leave as defaults
  75. 8. Sucuri Security Menu and top left click Generate API key for your domain/email and configure your Settings tab
  76. 9. WP-Optimize Menu and configure as needed
  77. 10. Memory Usage Menu > Settings and adjust accordingly
  78. 11. GTmetrix Menu > setup and register your GTmetrix Account and API Key
  79. 12. go-newrelic plugin installed but not activated read https://wordpress.org/plugins/go-newrelic/installation/
  80. 13. Tools > P3 Plugin Profiler > Start Scan to profile all your plugins
  81. 14. Plugins > Query Monitor is disabled by default, enable to check MySQL query stats
  82. 15. Plugins > DB Cache Reloaded disabled by default unsure if works with Wordpress 4.x ?
  83. 16. Appearance > Theme Options (Responsive theme) > Home Page nav bar > Uncheck Overrides Wordpress front page option
  84. 17. Seo Menu (Yoast SEO) > configure accordingly
  85. 18. Settings > UpdraftPlus Backups > Settings set file/database backup intervals & optional backup to remote storage
  86. 19. Analytics > Settings > configure your Google Analytics UA Code
  87. ------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement