21 lines
347 B
Plaintext
21 lines
347 B
Plaintext
server {
|
|
listen 8080;
|
|
server_name HambiMapAlt;
|
|
location / {
|
|
root /home/bernhardt/Entwicklung/HambiMap/sketch/alt;
|
|
}
|
|
}
|
|
|
|
server {
|
|
listen 1314;
|
|
server_name HambiMap;
|
|
root /home/bernhardt/Entwicklung/HambiMap;
|
|
location /leaflet/ {
|
|
}
|
|
location /fontawesome/ {
|
|
}
|
|
location / {
|
|
root /home/bernhardt/Entwicklung/HambiMap/sketch/html;
|
|
}
|
|
}
|