initial re-commit to wipe commit histoy due to public repo
This commit is contained in:
8
proxy/oldconf
Executable file
8
proxy/oldconf
Executable file
@ -0,0 +1,8 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
location / {
|
||||
proxy_pass http://backend:8000;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user