mirror of https://github.com/VERT-sh/VERT.git
chore: remove unused nginx.conf file
It was moved to `nginx/default.conf` a long time ago, so I'm not sure why this one is still here
This commit is contained in:
parent
7832b6a43d
commit
6411a0b5b0
15
nginx.conf
15
nginx.conf
|
|
@ -1,15 +0,0 @@
|
||||||
server {
|
|
||||||
listen 80;
|
|
||||||
server_name vert;
|
|
||||||
|
|
||||||
root /usr/share/nginx/html;
|
|
||||||
index index.html;
|
|
||||||
|
|
||||||
client_max_body_size 10M;
|
|
||||||
|
|
||||||
location / {
|
|
||||||
try_files $uri $uri/ /index.html;
|
|
||||||
}
|
|
||||||
|
|
||||||
error_page 404 /index.html;
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue