mirror of
https://github.com/Dannecron/littlelink.git
synced 2025-12-26 00:22:35 +03:00
improve docker
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
location ~ ^$LINK_PREFIX/$ {
|
||||
root /opt/litterlink/;
|
||||
try_files /index.html =404;
|
||||
location $LINK_PATH {
|
||||
alias /opt/litterlink;
|
||||
index index.html;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user