Skip to content

Commit 4f04059

Browse files
committed
fix template path
1 parent 5b7e440 commit 4f04059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/nginx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export interface NginxConfigResponse {
1717
message?: string
1818
}
1919

20-
const CONFIG_TEMPLATE_PATH = join(__dirname, '/src/static/nginx-server-template.conf')
20+
const CONFIG_TEMPLATE_PATH = join(__dirname, '../static/nginx-server-template.conf')
2121

2222
export class NginxManager {
2323
private configPath: string

0 commit comments

Comments
 (0)