add nginx config
This commit is contained in:
parent
b1bfab6bbc
commit
29ce681599
19
sketch/HambiMap
Normal file
19
sketch/HambiMap
Normal file
|
@ -0,0 +1,19 @@
|
|||
server {
|
||||
listen 8080;
|
||||
server_name HambiMapAlt;
|
||||
location / {
|
||||
root /home/bernhardt/Entwicklung/HambiMap/sketch/alt;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 1314;
|
||||
server_name HambiMap;
|
||||
location /leaflet/ {
|
||||
alias /home/bernhardt/Entwicklung/HambiMap/leaflet/Leaflet-1.9.4/;
|
||||
autoindex on;
|
||||
}
|
||||
location / {
|
||||
root /home/bernhardt/Entwicklung/HambiMap/sketch/html;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue