我正在尝试使用nginx和Unicorn部署Rails应用程序。完成所有设置之后,我尝试启动Unicorn并使用配置文件config / unicorn.rb将其作为守护程序运行。但是,我不能因为它指出nginx存在错误。 我继续检查我的nginx错误日志,这是我使用命令
找到的@objc func SomeNotificationAct(notification: NSNotification){
DispatchQueue.main.async() {
self.performSegue(withIdentifier: "NotificationView", sender: self)
}
}
我的nginx conf有什么问题?
答案 0 :(得分:0)
您可能需要使所有父目录都可执行。
TYPES: BEGIN OF t_import_value,
name TYPE c LENGTH 30,
target TYPE c LENGTH 30,
END OF t_import_value,
t_import_table TYPE STANDARD TABLE OF t_import_value WITH DEFAULT KEY.
DATA(import_table) = VALUE t_import_table( ( name = '''Boofar'''
target = 'NAMED_VARIABLE' ) ).
IMPORT (import_table) FROM MEMORY ID 'ZFOOBAR'. " this changes the value of NAMED_VARIABLE!