Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
b2740998
Commit
b2740998
authored
Apr 04, 2012
by
tbrehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed: FS#2135 - Nginx template error on apache system
parent
835c5d27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
install/sql/incremental/upd_0009.sql
install/sql/incremental/upd_0009.sql
+1
-1
No files found.
install/sql/incremental/upd_0009.sql
View file @
b2740998
...
...
@@ -63,4 +63,4 @@ CREATE TABLE IF NOT EXISTS `firewall_forward` (
alter
table
`server`
add
column
`proxy_server`
tinyint
(
1
)
not
null
after
`vserver_server`
;
alter
table
`server`
add
column
`firewall_server`
tinyint
(
1
)
not
null
after
`proxy_server`
;
alter
table
`web_domain`
add
column
`nginx_directives`
mediumtext
n
ot
n
ull
after
`apache_directives`
;
alter
table
`web_domain`
add
column
`nginx_directives`
mediumtext
null
after
`apache_directives`
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment