⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.96
Server IP:
147.93.97.220
Server:
Linux srv843233 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
uwsgi
/
conf
/
View File Name :
default.ini
# User-made changes in this file will be silently lost, as it is silently # rewritten with upgrade of uwsgi package. # # If you want to change default options of uWSGI daemon, then: # * copy this file somewhere # * add/remove/change options in copied file # * edit /etc/default/uwsgi to instead load your copied file [uwsgi] # -------------------------- # About %(deb-confnamespace) # -------------------------- # # uWSGI init.d script passes environment variable UWSGI_DEB_CONFNAMESPACE to # started uWSGI daemon, which is recognized as a (fake) option with name # 'deb-confnamespace'. # # 'confnamespace' means 'configuration files namespace'. Namespace is the name # of first directory in relative path to configuration file, but with stripped # suffix 's-enabled'. "Relative path" means "path relative to /etc/uwsgi". # # Example: namespace of '/etc/uwsgi/apps-enabled/site.ini' is 'app'. # --------------------- # About %(deb-confname) # --------------------- # # uWSGI init.d script passes environment variable UWSGI_DEB_CONFNAME to # started uWSGI daemon, which is recognized as a (fake) option with name # 'deb-confname'. # # 'confname' means 'configuration name', which is a filename without # extension of the configuration file. # # Example: name of '/etc/uwsgi/apps-enabled/site.ini' is 'site'. # declare deb-confnamespace and deb-confname options declare-option = deb-confnamespace=$1 declare-option = deb-confname=$1 # enable master process manager master = true # spawn 2 uWSGI worker processes workers = 2 # automatically kill workers on master's death no-orphans = true # write master's pid in file /run/uwsgi/<confnamespace>/<confname>/pid pidfile = /run/uwsgi/%(deb-confnamespace)/%(deb-confname)/pid # bind to UNIX socket at /run/uwsgi/<confnamespace>/<confname>/socket socket = /run/uwsgi/%(deb-confnamespace)/%(deb-confname)/socket # user identifier of uWSGI Unix socket chown-socket = www-data # set mode of created UNIX socket chmod-socket = 660 # place timestamps into log log-date = true # user identifier of uWSGI processes uid = www-data # group identifier of uWSGI processes gid = www-data