incompatibility problem to enable build with GCC 14. If the request is OK, please forward it to Factory soon too so that we can switch the default compiler. Thanks! OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=129
11 lines
173 B
Plaintext
11 lines
173 B
Plaintext
uwsgi:
|
|
plugins: rack
|
|
rack: config.ru
|
|
master: 1
|
|
autoload: 1
|
|
processes: 8
|
|
socket: 127.0.0.1:3033
|
|
post-buffering: 4096
|
|
chdir: /srv/railsapp001
|
|
|