REDROOM
PHP 8.5.2
Path:
Logout
Edit File
Size: 2.08 KB
Close
//usr/share/uwsgi/conf/default.ini
Text
Base64
# 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
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 1
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
default.ini
2.08 KB
lrw-r--r--
2023-11-25 12:25:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).