自从我被这个困扰以来已经有一段时间了。
我在 xRDP 上创建了一个 redmine 应用程序,一切都很好,我可以和 puma 或 rails 一起吃午饭,没有问题。但是当我去我的 chrome 并尝试访问我的应用程序时,写:172.xxx:3000 我有
Ce site est inaccessible 172.x.x.x a mis trop de temps à répondre.
Voici quelques conseils :
Vérifier la connexion
Vérifier le proxy et le pare-feu
Exécutez les diagnostics réseau de Windows
ERR_CONNECTION_TIMED_OUT"
当我启动服务器时的日志:puma -e production -p 3000
Puma starting in single mode...
* Puma version: 5.6.2 (ruby 2.7.0-p0) ("Birdie's Version")
* Min threads: 0
* Max threads: 5
* Environment: production
* PID: 78413
/var/lib/gems/2.7.0/gems/activerecord-5.2.6/lib/active_record/associations.rb:1855: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
/var/lib/gems/2.7.0/gems/activerecord-5.2.6/lib/active_record/associations.rb:1368: warning: The called method `has_many' is defined here
/var/lib/gems/2.7.0/gems/actionpack-5.2.6/lib/action_dispatch/middleware/stack.rb:37: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
/var/lib/gems/2.7.0/gems/actionpack-5.2.6/lib/action_dispatch/middleware/static.rb:111: warning: The called method `initialize' is defined here
* Listening on http://0.0.0.0:3000
Use Ctrl-C to stop
要恢复,我想从我的导航器访问我的 xRPD redmine,这样每个人都可以在不使用遥控器的情况下使用它。
如果您有任何想法,我将不胜感激,谢谢你们的帮助