mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-20 05:12:54 +08:00
10 lines
146 B
Plaintext
10 lines
146 B
Plaintext
|
server {
|
||
|
listen 8080;
|
||
|
root /app;
|
||
|
include /etc/nginx/mime.types;
|
||
|
|
||
|
location /editor {
|
||
|
try_files $uri /editor.html;
|
||
|
}
|
||
|
}
|