File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ Options:
193
193
--host=IP, -H IP: Specifies current host address that you can access via for HTTP and WS servers.
194
194
--listen=IP, -l IP: Specifies listen address for HTTP and WS servers.
195
195
--port=PORT, -p PORT: Specifies HTTP port. (0 for random port.)
196
+ --url-base=PATH, -u PATH: Specifies URL base path. (Default: /)
196
197
--readonly, -r: Makes code editor readonly. (Notice: This option is not related to security.)
197
198
--workdir, -w: Specifies working directory.
198
199
--plugin-dir, -P: Specifies plugins directory.
@@ -242,6 +243,10 @@ Specifies listen address for HTTP and WS servers.
242
243
243
244
Specifies HTTP port. (0 for random port.)
244
245
246
+ #### ` --url-base=PATH ` , ` -u PATH `
247
+
248
+ Specifies URL base path. (Default: /)
249
+
245
250
#### ` --readonly, -r `
246
251
247
252
Makes code editor readonly. (Notice: This option is not related to security.)
Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ Options:
189
189
--host=IP, -H IP: Specifies current host address that you can access via for HTTP and WS servers.
190
190
--listen=IP, -l IP: Specifies listen address for HTTP and WS servers.
191
191
--port=PORT, -p PORT: Specifies HTTP port. (0 for random port.)
192
+ --url-base=PATH, -u PATH: Specifies URL base path. (Default: /)
192
193
--readonly, -r: Makes code editor readonly. (Notice: This option is not related to security.)
193
194
--workdir, -w: Specifies working directory.
194
195
--plugin-dir, -P: Specifies plugins directory.
@@ -238,6 +239,10 @@ Specifies listen address for HTTP and WS servers.
238
239
239
240
Specifies HTTP port. (0 for random port.)
240
241
242
+ #### ` --url-base=PATH ` , ` -u PATH `
243
+
244
+ Specifies URL base path. (Default: /)
245
+
241
246
#### ` --readonly, -r `
242
247
243
248
Makes code editor readonly. (Notice: This option is not related to security.)
You can’t perform that action at this time.
0 commit comments