Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-shri committed Aug 28, 2022
1 parent bf5e60a commit f9c5c19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/nginx_ss.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ server {
root /wwwroot;

location / {
return 403;
}

location /ss {
index index.html;
}

Expand Down

0 comments on commit f9c5c19

Please sign in to comment.