goindex-theme-r/public/nginx.conf
2020-04-29 09:45:06 +08:00

14 lines
373 B
Nginx Configuration File

server {
listen 8082;
server_name localhost;
root /Users/momik/Documents/MyWork/OpenSource/go2index-theme-acrou/dist;
location /0: {
proxy_pass https://ossdev.achirou.workers.dev;
}
# location / {
# root /Users/momik/Documents/MyWork/OpenSource/go2index-theme-acrou/dist;
# index index.html index.htm;
# }
}