-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I suggest final configuration format similar to http_upstream_module config:
http://wiki.nginx.org/HttpUpstreamModule
psgi_app my_app {
app /var/www/myapp/script/myapp.psgi;
max_requests 1000;
psgi_version 1.1;
# more options
}
server {
location / {
psgi_app my_app;
# more options
}
}
# wow! github know how to highlight nginx.conf!Any problems here?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels