feat: Moved website files to new location
All checks were successful
Build Docker / Build_Docker (push) Successful in 45s
All checks were successful
Build Docker / Build_Docker (push) Successful in 45s
This commit is contained in:
12
public/nginx.conf
Normal file
12
public/nginx.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name _;
|
||||
access_log off;
|
||||
|
||||
location / {
|
||||
root /var/www/html;
|
||||
index index.html;
|
||||
# 404 error page
|
||||
error_page 404 /index.html;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user