~ubuntu-branches/ubuntu/wily/ruby-passenger/wily-proposed

« back to all changes in this revision

Viewing changes to ext/nginx/CreateLocationConfig.c

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-11-23 23:50:02 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20131123235002-8fdhsq7afj15o2z2
Tags: 4.0.25-1
* New upstream release.
* Refresh fix_install_path.patch.
* Build for Ruby 2.0 instead of 1.8. (Closes: #725591)
* Add fix_ftbfs_fortify_source.patch.
* Install passenger template files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *  Phusion Passenger - https://www.phusionpassenger.com/
 
3
 *  Copyright (c) 2010-2013 Phusion
 
4
 *
 
5
 *  "Phusion Passenger" is a trademark of Hongli Lai & Ninh Bui.
 
6
 *
 
7
 *  Permission is hereby granted, free of charge, to any person obtaining a copy
 
8
 *  of this software and associated documentation files (the "Software"), to deal
 
9
 *  in the Software without restriction, including without limitation the rights
 
10
 *  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 
11
 *  copies of the Software, and to permit persons to whom the Software is
 
12
 *  furnished to do so, subject to the following conditions:
 
13
 *
 
14
 *  The above copyright notice and this permission notice shall be included in
 
15
 *  all copies or substantial portions of the Software.
 
16
 *
 
17
 *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
18
 *  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
19
 *  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 
20
 *  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
21
 *  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 
22
 *  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 
23
 *  THE SOFTWARE.
 
24
 */
 
25
 
 
26
/*
 
27
 * CreateLocationConfig.c is automatically generated from CreateLocationConfig.c.erb,
 
28
 * using definitions from lib/phusion_passenger/nginx/config_options.rb.
 
29
 * Edits to CreateLocationConfig.c will be lost.
 
30
 *
 
31
 * To update CreateLocationConfig.c:
 
32
 *   rake nginx
 
33
 *
 
34
 * To force regeneration of CreateLocationConfig.c:
 
35
 *   rm -f ext/nginx/CreateLocationConfig.c
 
36
 *   rake ext/nginx/CreateLocationConfig.c
 
37
 */
 
38
 
 
39
 
 
40
 
 
41
 
 
42
        
 
43
                conf->enabled = NGX_CONF_UNSET;
 
44
        
 
45
 
 
46
        
 
47
                conf->ruby.data = NULL;
 
48
                conf->ruby.len  = 0;
 
49
        
 
50
 
 
51
        
 
52
                conf->python.data = NULL;
 
53
                conf->python.len  = 0;
 
54
        
 
55
 
 
56
        
 
57
                conf->nodejs.data = NULL;
 
58
                conf->nodejs.len  = 0;
 
59
        
 
60
 
 
61
        
 
62
                conf->environment.data = NULL;
 
63
                conf->environment.len  = 0;
 
64
        
 
65
 
 
66
        
 
67
                conf->friendly_error_pages = NGX_CONF_UNSET;
 
68
        
 
69
 
 
70
        
 
71
                conf->min_instances = NGX_CONF_UNSET;
 
72
        
 
73
 
 
74
        
 
75
                conf->max_requests = NGX_CONF_UNSET;
 
76
        
 
77
 
 
78
        
 
79
                conf->start_timeout = NGX_CONF_UNSET;
 
80
        
 
81
 
 
82
        
 
83
                conf->base_uris = NGX_CONF_UNSET_PTR;
 
84
        
 
85
 
 
86
        
 
87
                conf->user.data = NULL;
 
88
                conf->user.len  = 0;
 
89
        
 
90
 
 
91
        
 
92
                conf->group.data = NULL;
 
93
                conf->group.len  = 0;
 
94
        
 
95
 
 
96
        
 
97
                conf->app_group_name.data = NULL;
 
98
                conf->app_group_name.len  = 0;
 
99
        
 
100
 
 
101
        
 
102
                conf->app_root.data = NULL;
 
103
                conf->app_root.len  = 0;
 
104
        
 
105
 
 
106
        
 
107
                conf->app_rights.data = NULL;
 
108
                conf->app_rights.len  = 0;
 
109
        
 
110
 
 
111
        
 
112
                conf->union_station_support = NGX_CONF_UNSET;
 
113
        
 
114
 
 
115
        
 
116
                conf->union_station_filters = NGX_CONF_UNSET_PTR;
 
117
        
 
118
 
 
119
        
 
120
                conf->debugger = NGX_CONF_UNSET;
 
121
        
 
122
 
 
123
        
 
124
                conf->show_version_in_header = NGX_CONF_UNSET;
 
125
        
 
126
 
 
127
        
 
128
                conf->max_preloader_idle_time = NGX_CONF_UNSET;
 
129
        
 
130
 
 
131
        
 
132
                conf->vars_source = NGX_CONF_UNSET_PTR;
 
133
        
 
134
 
 
135
        
 
136
                conf->spawn_method.data = NULL;
 
137
                conf->spawn_method.len  = 0;
 
138
        
 
139
 
 
140
        
 
141
                conf->load_shell_envvars = NGX_CONF_UNSET;
 
142
        
 
143
 
 
144
        
 
145
                conf->union_station_key.data = NULL;
 
146
                conf->union_station_key.len  = 0;
 
147
        
 
148
 
 
149
        
 
150
                conf->max_request_queue_size = NGX_CONF_UNSET;
 
151
        
 
152
 
 
153
        
 
154
                conf->request_queue_overflow_status_code = NGX_CONF_UNSET;
 
155
        
 
156
 
 
157
        
 
158
                conf->restart_dir.data = NULL;
 
159
                conf->restart_dir.len  = 0;
 
160
        
 
161
 
 
162
        
 
163
                conf->app_type.data = NULL;
 
164
                conf->app_type.len  = 0;
 
165
        
 
166
 
 
167
        
 
168
                conf->startup_file.data = NULL;
 
169
                conf->startup_file.len  = 0;
 
170
        
 
171