mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-09 15:26:33 +00:00
[ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\saving\Example web.config for IIS.txt'
This commit is contained in:
parent
b54023fd54
commit
697312bce8
@ -0,0 +1,25 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<configuration>
|
||||||
|
<system.webServer>
|
||||||
|
<handlers>
|
||||||
|
<add
|
||||||
|
name="httpplatformhandler"
|
||||||
|
path="*"
|
||||||
|
verb="*"
|
||||||
|
modules="httpPlatformHandler"
|
||||||
|
resourceType="Unspecified"
|
||||||
|
requireAccess="Script" />
|
||||||
|
</handlers>
|
||||||
|
<httpPlatform
|
||||||
|
stdoutLogEnabled="true"
|
||||||
|
stdoutLogFile=".\node.log"
|
||||||
|
startupTimeLimit="20"
|
||||||
|
processPath="C:\Program Files\nodejs\node.exe"
|
||||||
|
arguments=".\node_modules\tiddlywiki\tiddlywiki.js ./wiki --listen port=PORT path-prefix=/MyApp">
|
||||||
|
<environmentVariables>
|
||||||
|
<environmentVariable name="PORT" value="%HTTP_PLATFORM_PORT%" />
|
||||||
|
<environmentVariable name="NODE_ENV" value="Production" />
|
||||||
|
</environmentVariables>
|
||||||
|
</httpPlatform>
|
||||||
|
</system.webServer>
|
||||||
|
</configuration>
|
@ -0,0 +1,7 @@
|
|||||||
|
created: 20180328145259455
|
||||||
|
modified: 20250123114732207
|
||||||
|
original-modified: 20180701185215523
|
||||||
|
tags: [[Installing TiddlyWiki on Microsoft Internet Information Server]]
|
||||||
|
title: Example web.config for IIS
|
||||||
|
ja-title: IISのweb.configの例
|
||||||
|
type: text/plain
|
Loading…
x
Reference in New Issue
Block a user