1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-23 06:49:37 +02:00
AdventureLog/proxy/nginx.conf
Sean Morley 7b9023dd07 nginx!
2024-07-09 09:11:16 -04:00

8 lines
No EOL
109 B
Nginx Configuration File

server {
listen 80;
server_name localhost;
location /media/ {
alias /app/media/;
}
}