Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebraHr committed Sep 22, 2023
1 parent 87e8cbb commit 7c3957b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions infra/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
server {
server_tokens off;

listen 80;
index index.html;
server_tokens off;
client_max_body_size 30M;

location /api/docs/ {
Expand Down Expand Up @@ -29,9 +31,9 @@ server {
try_files $uri $uri/ /index.html;
}

error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /var/html/frontend/;
}
# error_page 500 502 503 504 /50x.html;
# location = /50x.html {
# root /var/html/frontend/;
# }

}

0 comments on commit 7c3957b

Please sign in to comment.