github-actions[bot] commited on
Commit
5c043fc
·
1 Parent(s): ae8934c

deploy: 98a3954 — 更新 nginx.conf

Browse files
Files changed (1) hide show
  1. frontend/nginx.conf +2 -2
frontend/nginx.conf CHANGED
@@ -2,7 +2,7 @@ server {
2
  listen 80;
3
  server_name _;
4
 
5
- ```
6
  root /usr/share/nginx/html;
7
  index index.html;
8
 
@@ -25,6 +25,6 @@ location = /index.html {
25
 
26
  gzip on;
27
  gzip_types text/plain text/css application/json application/javascript text/xml application/xml image/svg+xml;
28
- ```
29
 
30
  }
 
2
  listen 80;
3
  server_name _;
4
 
5
+
6
  root /usr/share/nginx/html;
7
  index index.html;
8
 
 
25
 
26
  gzip on;
27
  gzip_types text/plain text/css application/json application/javascript text/xml application/xml image/svg+xml;
28
+
29
 
30
  }