Skip to content
Snippets Groups Projects
Commit 43b778fa authored by Emanuele Laface's avatar Emanuele Laface
Browse files

Removed exception for dev site.

parent fd661162
No related branches found
No related tags found
No related merge requests found
Pipeline #24771 passed
...@@ -5,14 +5,10 @@ server { ...@@ -5,14 +5,10 @@ server {
root /usr/share/nginx/web/pos; root /usr/share/nginx/web/pos;
} }
location ~ ^/(pvs|interlocks|instruments) { location ~ ^/(pvs|interlocks|instruments|dev) {
root /usr/share/nginx/web; root /usr/share/nginx/web;
} }
location /dev {
alias /usr/share/nginx/web/pos-dev;
}
# static json and png data files # static json and png data files
location ~ ^/data/.*\.(png|json)$ { location ~ ^/data/.*\.(png|json)$ {
root /usr/share/nginx; root /usr/share/nginx;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment