SSH into Root
$ ssh root@123.123.123.123
Change Root Password
SSH into Root
$ ssh root@123.123.123.123
Change Root Password
| upstream site { | |
| server unix:/home/site/web/site.com.ua/site/shared/sockets/puma.sock fail_timeout=0; | |
| } | |
| server { | |
| listen 80; | |
| server_name site.com.ua www.site.com.ua; | |
| rewrite ^(.+)$ https://site.com.ua$uri permanent; | |
| } |
| (function() { [9/55928] | |
| 'use strict'; | |
| function showConfirmBox(message, cb) { | |
| var $modal = $('.js-modal-confirm'); | |
| var $btnYes = $modal.find('.js-yes') | |
| var $btnCancel = $modal.find('.js-cancel') | |
| $modal.find('.js-message').text(message) |