18 lines
294 B
Plaintext
18 lines
294 B
Plaintext
server {
|
|
listen 80;
|
|
server_name .gru.one.pl ;
|
|
|
|
location / {
|
|
return 301 https://www.linuxiarz.pl$request_uri;
|
|
}
|
|
}
|
|
|
|
server {
|
|
listen 80;
|
|
server_name .grucha.eu.org;
|
|
|
|
location / {
|
|
return 301 https://www.gruszczynski.eu.org$request_uri;
|
|
}
|
|
}
|