nginx update
All checks were successful
Build and Push Docker Image to Gitea Registry / build-and-push (push) Successful in 17s
All checks were successful
Build and Push Docker Image to Gitea Registry / build-and-push (push) Successful in 17s
This commit is contained in:
13
nginx.conf
Normal file
13
nginx.conf
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name test.out.jafre.li;
|
||||||
|
|
||||||
|
root /usr/share/nginx/html;
|
||||||
|
index index.html;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
try_files $uri /index.html;
|
||||||
|
}
|
||||||
|
|
||||||
|
error_page 404 /index.html;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user