This website requires JavaScript.
Explore
Help
Sign In
finn
/
site
Watch
2
Star
1
Fork
1
You've already forked site
Code
Issues
1
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
site
/
proxy
/
conf
9 lines
126 B
Plaintext
Raw
Normal View
History
Unescape
Escape
initial re-commit to wipe commit histoy due to public repo
2024-07-06 21:10:44 +00:00
server {
dockerized newsite mariadb setup
2024-08-03 08:37:27 -07:00
listen 80;
server_name localhost;
location / {
proxy_pass http://backend:8000;
}
initial re-commit to wipe commit histoy due to public repo
2024-07-06 21:10:44 +00:00
}
Reference in New Issue
Copy Permalink