mirror of
https://github.com/pinry/pinry.git
synced 2025-11-13 16:45:41 +01:00
Refactor: Use shortter path for project location
This commit is contained in:
@@ -2,10 +2,10 @@ server {
|
||||
listen 80 default;
|
||||
server_name _;
|
||||
|
||||
access_log /data/logs/access.log;
|
||||
error_log /data/logs/error.log;
|
||||
access_log /data/nginx-access.log;
|
||||
error_log /data/nginx-error.log;
|
||||
|
||||
root /srv/www/pinry/pinry-spa/dist/;
|
||||
root /pinry/pinry-spa/dist/;
|
||||
|
||||
location /static {
|
||||
alias /data/static;
|
||||
@@ -22,7 +22,7 @@ server {
|
||||
}
|
||||
|
||||
location / {
|
||||
root /srv/www/pinry/pinry-spa/dist/;
|
||||
root /pinry/pinry-spa/dist/;
|
||||
access_log off;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user