remove nginx.conf

This commit is contained in:
Adithya 2023-10-28 04:59:25 +05:30
parent 84fc2c2b34
commit f050b0ef76
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -1,11 +0,0 @@
server {
listen 80;
listen [::]:80;
server_name localhost;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html;
}
}