Commit 65fc62f
authored
Add missing semicolon
Missing semicolon on line 34 results in invalid config file, which prevents the nginx from properly starting
`nginx: [emerg] invalid number of arguments in "include" directive in /config/nginx/proxy-confs/papermerge.subdomain.conf:34`1 parent cead726 commit 65fc62f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments