We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589c498 commit 4651edcCopy full SHA for 4651edc
1 file changed
nginx_default.conf
@@ -8,6 +8,10 @@ server {
8
9
root /var/www/html;
10
11
+ location /admin.json {
12
+ alias /var/www/html/admin.json;
13
+ }
14
+
15
# waiting for zone to be deployed
16
if (!-f /var/www/html/admin.json) {
17
return 503;
0 commit comments