new: image container compose
- container e imagen para el redirect de main domain a subdomain
This commit is contained in:
9
redirect-domain-subdomain/nginx.conf
Normal file
9
redirect-domain-subdomain/nginx.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
# nginx.conf
|
||||
server {
|
||||
listen 80;
|
||||
server_name williamscontreras.cl;
|
||||
|
||||
location / {
|
||||
return 301 http://portfolio.williamscontreras.cl;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user