feat: Initial code drop
All checks were successful
Build Docker / BuildImage (push) Successful in 2m23s
All checks were successful
Build Docker / BuildImage (push) Successful in 2m23s
This commit is contained in:
8
default.conf.template
Normal file
8
default.conf.template
Normal file
@@ -0,0 +1,8 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name _;
|
||||
|
||||
location / {
|
||||
return 302 $scheme://$REDIRECT_URL$request_uri;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user