Add Gitea deployment workflow
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 10m22s
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 10m22s
This commit is contained in:
10
nginx.conf
Normal file
10
nginx.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name _;
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user