1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-23 23:09:37 +02:00
AdventureLog/proxy/nginx.conf

8 lines
109 B
Nginx Configuration File
Raw Normal View History

2024-07-09 09:11:16 -04:00
server {
listen 80;
server_name localhost;
location /media/ {
alias /app/media/;
}
}