mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-10 00:22:23 +08:00
@@ -25,6 +25,9 @@
|
||||
///////////////////////
|
||||
var masonry;
|
||||
var data = {
|
||||
ipv4: '*',
|
||||
ipv6: '::',
|
||||
|
||||
domain: '',
|
||||
path: '',
|
||||
document_root: '/public',
|
||||
@@ -247,6 +250,10 @@
|
||||
return $scope.data.file_structure === 'unified';
|
||||
};
|
||||
|
||||
$scope.isIPv6 = function() {
|
||||
return !!$scope.data.ipv6;
|
||||
};
|
||||
|
||||
$scope.isModularized = function() {
|
||||
return !$scope.isUnified();
|
||||
};
|
||||
|
Reference in New Issue
Block a user