mirror of
https://github.com/BluemediaGER/homelab.git
synced 2024-11-09 23:25:29 +01:00
Remove unecessary nginx config
This commit is contained in:
parent
50f2a54331
commit
04ae8866f7
|
@ -1,11 +0,0 @@
|
|||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
server_name default;
|
||||
|
||||
root /var/www/html;
|
||||
location / {
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue