mirror of
https://github.com/hexolan/panels.git
synced 2026-05-20 03:29:23 +01:00
init frontend
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
try_files $uri /index.html =404;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user