sprint/nginx.conf
Egor Matveev f98d3145ef nginx
2022-03-10 01:19:39 +03:00

9 lines
130 B
Nginx Configuration File

events {}
http {
server {
location / {
proxy_pass http://0.0.0.0:8000; #/$1$is_args$args;
}
}
}