mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
Merge pull request #274 from roland-becsi-veratrak/patch-1
Update default.conf
This commit is contained in:
commit
5524ab37d3
@ -6,4 +6,12 @@ server {
|
||||
location /editor {
|
||||
try_files $uri /editor.html;
|
||||
}
|
||||
|
||||
location /widget {
|
||||
try_files $uri /widget.html;
|
||||
}
|
||||
|
||||
location /embed {
|
||||
try_files $uri /embed.html;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user