Search found 2 matches
- Tue Apr 24, 2018 8:13 am
- Forum: RHEL/CentOS
- Topic: SSH port change - but cant connect to the server
- Replies: 1
- Views: 3034
SSH port change - but cant connect to the server
HI,
I Changed SSH port from /etc/ssh/sshd_config
I restarted the servicer
added it on vestacp firewall
but i cant access the server via ssh
I Changed SSH port from /etc/ssh/sshd_config
I restarted the servicer
added it on vestacp firewall
but i cant access the server via ssh
- Thu Feb 15, 2018 8:09 am
- Forum: Web Server
- Topic: "location" directive is not allowed here in /etc/nginx/conf.d/phpmyadmin.inc:1
- Replies: 0
- Views: 1942
"location" directive is not allowed here in /etc/nginx/conf.d/phpmyadmin.inc:1
I havnt change anything logged it to the server and Poof location /phpmyadmin { alias /usr/share/phpMyAdmin/; location ~ /(libraries|setup) { return 404; } location ~ ^/phpmyadmin/(.*\.php)$ { alias /usr/share/phpMyAdmin/$1; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; include fastcgi_param...