Skip to content

Commit 4651edc

Browse files
rvallerafael
andauthored
fixes issue #17 (#18)
Co-authored-by: rafael <[email protected]>
1 parent 589c498 commit 4651edc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nginx_default.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ server {
88

99
root /var/www/html;
1010

11+
location /admin.json {
12+
alias /var/www/html/admin.json;
13+
}
14+
1115
# waiting for zone to be deployed
1216
if (!-f /var/www/html/admin.json) {
1317
return 503;

0 commit comments

Comments
 (0)