mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-08 18:21:02 +08:00
Move to subdir
This commit is contained in:
@@ -75,8 +75,7 @@ limitations under the License.
|
|||||||
:name="`${nginxDir}/${conf[0]}`"
|
:name="`${nginxDir}/${conf[0]}`"
|
||||||
:conf="conf[1]"
|
:conf="conf[1]"
|
||||||
:half="confFilesOutput.length > 1 && !splitColumn"
|
:half="confFilesOutput.length > 1 && !splitColumn"
|
||||||
>
|
></NginxPrism>
|
||||||
</NginxPrism>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -102,7 +101,7 @@ limitations under the License.
|
|||||||
import Domain from './domain';
|
import Domain from './domain';
|
||||||
import Global from './global';
|
import Global from './global';
|
||||||
import Setup from './setup';
|
import Setup from './setup';
|
||||||
import NginxPrism from './nginx_prism';
|
import NginxPrism from './prism/nginx';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'App',
|
name: 'App',
|
||||||
|
Reference in New Issue
Block a user