12 lines
162 B
Plaintext
12 lines
162 B
Plaintext
events {
|
|
multi_accept on;
|
|
worker_connections 1024;
|
|
}
|
|
|
|
http {
|
|
server {
|
|
listen 80;
|
|
return 301 https://product-development-service.blogspot.com;
|
|
}
|
|
}
|